mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Separate the sync toggles from the other buttons
This commit is contained in:
parent
96c1243515
commit
55a3c77f18
@ -423,6 +423,8 @@ class Preview(QWidget):
|
||||
self.sync_toggled(ac.isChecked())
|
||||
self.bar.addAction(ac)
|
||||
|
||||
self.bar.addSeparator()
|
||||
|
||||
ac = actions['reload-preview']
|
||||
ac.triggered.connect(self.refresh)
|
||||
self.bar.addAction(ac)
|
||||
|
Loading…
x
Reference in New Issue
Block a user