mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
Merge pull request #2257 from HullSeals/fix/2256/fix-systray-deiconfiy
[2256] Allow Variable Num of Variables
This commit is contained in:
commit
26e11564ee
@ -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),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user