mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
a04c363b70
commit
caa0623ae1
@ -444,7 +444,8 @@ class ToolbarSettings(QWidget):
|
|||||||
ac = all_items[key]
|
ac = all_items[key]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
to_item(key, ac, self.current)
|
else:
|
||||||
|
to_item(key, ac, self.current)
|
||||||
|
|
||||||
def bar_changed(self):
|
def bar_changed(self):
|
||||||
name = self.current_name
|
name = self.current_name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user