mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
Merge branch 'master' of github.com:manuelcortez/TWBlue
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "windows-dependencies"]
|
||||
path = windows-dependencies
|
||||
url = https://github.com/jmdaweb/TWBlue_deps_windows.git
|
@@ -55,7 +55,7 @@ class SysTrayIcon(wx.TaskBarIcon):
|
||||
if (self.frame.showing):
|
||||
self.frame.SetFocus()
|
||||
else:
|
||||
self.frame.onShow_hide()
|
||||
self.frame.show_hide()
|
||||
|
||||
def Destroy(self):
|
||||
self.menu.Destroy()
|
||||
|
1
windows-dependencies
Submodule
1
windows-dependencies
Submodule
Submodule windows-dependencies added at e34b965499
Reference in New Issue
Block a user