diff --git a/findfuncmain.py b/findfuncmain.py index 8391f33..b4f8ddf 100644 --- a/findfuncmain.py +++ b/findfuncmain.py @@ -25,7 +25,7 @@ PLUGIN_NAME = "FindFunc (x86/x64)" PLUGIN_HOTKEY = 'ctrl+alt+f' -VERSION = '1.0' +VERSION = '1.3' WINDOWTITLE = f'{PLUGIN_NAME} {VERSION}' INFOSTR = f'For usage see: ' 'https://github.com/FelixBer/FindFunc' @@ -157,6 +157,9 @@ def term(self): def open_form(): + """ + open the same form, no matter how the plugin is launched + """ global ffform try: ffform