mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8c53305a4c
commit
1e5657172f
@ -364,7 +364,7 @@ class SchedulerDialog(QDialog):
|
||||
b.setToolTip(_("Download all scheduled news sources at once"))
|
||||
b.clicked.connect(self.download_all_clicked)
|
||||
self.l.addWidget(b, 3, 0, 1, 1)
|
||||
self.bb = bb = QDialogButtonBox(QDialogButtonBox.Save | QDialogButtonBox.Cancel, self)
|
||||
self.bb = bb = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel, self)
|
||||
bb.accepted.connect(self.accept), bb.rejected.connect(self.reject)
|
||||
self.download_button = b = bb.addButton(_('&Download now'), bb.ActionRole)
|
||||
b.setIcon(QIcon(I('arrow-down.png'))), b.setVisible(False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user