mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
4153c234ea
commit
012cda06b8
@ -505,7 +505,7 @@ class VLTabs(QTabBar): # {{{
|
||||
|
||||
def contextMenuEvent(self, ev):
|
||||
m = QMenu(self)
|
||||
m.addAction(_('Sort alphabetically'), self.sort_alphabetically)
|
||||
m.addAction(_('Sort tabs alphabetically'), self.sort_alphabetically)
|
||||
hidden = self.current_db.prefs['virt_libs_hidden']
|
||||
if hidden:
|
||||
s = m._s = m.addMenu(_('Restore hidden tabs'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user