Edit keystrokes works from the menu bar, you can add more sessions from application menu

This commit is contained in:
2015-03-04 17:52:27 -06:00
parent 4d1e03fb64
commit 3f1b00af8f
4 changed files with 22 additions and 4 deletions

View File

@@ -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"))