mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
[2256] Allow Variable Num of Variables
This commit is contained in:
parent
1a12288f74
commit
3290cd6399
@ -454,7 +454,7 @@ class AppWindow:
|
|||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
from simplesystray import SysTrayIcon
|
from simplesystray import SysTrayIcon
|
||||||
|
|
||||||
def open_window(systray: 'SysTrayIcon') -> None:
|
def open_window(systray: 'SysTrayIcon', *args) -> None:
|
||||||
self.w.deiconify()
|
self.w.deiconify()
|
||||||
|
|
||||||
menu_options = (("Open", None, open_window),)
|
menu_options = (("Open", None, open_window),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user