Added 'manage accounts' option in the application menu

This commit is contained in:
2019-10-11 13:19:53 -05:00
parent c206a40e62
commit 63def5530f
5 changed files with 34 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ class mainWindow(wx.Frame):
self.delete_video_album = delete.Append(wx.NewId(), _("Video album"))
app_.Append(wx.NewId(), _("Delete"), delete)
self.blacklist = app_.Append(wx.NewId(), _("Blacklist"))
self.accounts = app_.Append(wx.NewId(), _("Manage accounts"))
self.settings_dialog = app_.Append(wx.NewId(), _("Preferences"))
me = wx.Menu()
profile = wx.Menu()