mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-20 23:06:07 -04:00
The switcher module does not close the app when it is cancelled.
This commit is contained in:
@@ -19,5 +19,5 @@ class switcher(object):
|
|||||||
self.window.Hide()
|
self.window.Hide()
|
||||||
wx.GetApp().SetTopWindow(self.window)
|
wx.GetApp().SetTopWindow(self.window)
|
||||||
else:
|
else:
|
||||||
self.window.Show()
|
self.hold_window.Show()
|
||||||
|
|
Reference in New Issue
Block a user