mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
Edit keystrokes works from the menu bar, you can add more sessions from application menu
This commit is contained in:
@@ -12,6 +12,7 @@ class mainFrame(wx.Frame):
|
||||
|
||||
# Application menu
|
||||
app = wx.Menu()
|
||||
self.manage_accounts = app.Append(wx.NewId(), _(u"Manage accounts"))
|
||||
self.updateProfile = app.Append(wx.NewId(), _(u"&Update profile"))
|
||||
self.updateProfile.Enable(False)
|
||||
self.show_hide = app.Append(wx.NewId(), _(u"&Hide window"))
|
||||
|
Reference in New Issue
Block a user