mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 20:53:13 -06:00
Now the session manager does not appear ramdonly
This commit is contained in:
parent
e649b883c6
commit
855cefeb8d
@ -58,7 +58,7 @@ class mainFrame(wx.Frame):
|
|||||||
# Application menu
|
# Application menu
|
||||||
app = wx.Menu()
|
app = wx.Menu()
|
||||||
switch_account = app.Append(wx.NewId(), _(u"S&witch account"))
|
switch_account = app.Append(wx.NewId(), _(u"S&witch account"))
|
||||||
self.Bind(wx.EVT_MENU, self.switch_account)
|
self.Bind(wx.EVT_MENU, self.switch_account, switch_account)
|
||||||
updateProfile = app.Append(wx.NewId(), _(u"&Update profile"))
|
updateProfile = app.Append(wx.NewId(), _(u"&Update profile"))
|
||||||
self.Bind(wx.EVT_MENU, self.update_profile, updateProfile)
|
self.Bind(wx.EVT_MENU, self.update_profile, updateProfile)
|
||||||
show_hide = app.Append(wx.NewId(), _(u"&Hide window"))
|
show_hide = app.Append(wx.NewId(), _(u"&Hide window"))
|
||||||
|
Loading…
Reference in New Issue
Block a user