mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 14:06:07 -04:00
Global settings works, basic support for account settings
This commit is contained in:
@@ -17,7 +17,8 @@ class mainFrame(wx.Frame):
|
||||
self.lists = app.Append(wx.NewId(), _(u"&Lists manager"))
|
||||
self.sounds_tutorial = app.Append(wx.NewId(), _(u"Sounds &tutorial"))
|
||||
self.keystroke_editor = app.Append(wx.NewId(), _(u"&Edit keystrokes"))
|
||||
self.prefs = app.Append(wx.ID_PREFERENCES, _(u"&Preferences"))
|
||||
self.account_settings = app.Append(wx.NewId(), _(u"Account se&ttings"))
|
||||
self.prefs = app.Append(wx.ID_PREFERENCES, _(u"&Global settings"))
|
||||
self.close = app.Append(wx.ID_EXIT, _(u"E&xit"))
|
||||
|
||||
# Tweet menu
|
||||
|
Reference in New Issue
Block a user