1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

[2256] Allow Variable Num of Variables

This commit is contained in:
David Sangrey 2024-06-09 19:15:46 -04:00
parent 1a12288f74
commit 3290cd6399
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -454,7 +454,7 @@ class AppWindow:
if sys.platform == 'win32':
from simplesystray import SysTrayIcon
def open_window(systray: 'SysTrayIcon') -> None:
def open_window(systray: 'SysTrayIcon', *args) -> None:
self.w.deiconify()
menu_options = (("Open", None, open_window),)