Removed audio album creation as it is not supported by vk_api

This commit is contained in:
2018-12-11 12:07:18 -06:00
parent 24b5e279db
commit e04d098527
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class mainWindow(wx.Frame):
mb = wx.MenuBar()
app_ = wx.Menu()
create = wx.Menu()
self.audio_album = create.Append(wx.NewId(), _(u"Audio album"))
# self.audio_album = create.Append(wx.NewId(), _(u"Audio album"))
self.video_album = create.Append(wx.NewId(), _(u"Video album"))
app_.Append(wx.NewId(), _(u"Create"), create)
delete = wx.Menu()