mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 10:42:58 +02:00
Add dialog box back to the backup button
This commit is contained in:
parent
c03b9247cf
commit
4f522bde37
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ def genesis(self, gui):
|
|||
def mark_dirty(self):
|
||||
db = self.gui.library_view.model().db
|
||||
db.dirtied(list(db.data.iterallids()))
|
||||
info_dialog(self, _('Backup metadata'),
|
||||
_('Metadata will be backed up while calibre is running, at the '
|
||||
'rate of 30 books per minute.'), show=True)
|
||||
|
||||
def debug_device_detection(self, *args):
|
||||
from calibre.gui2.preferences.device_debug import DebugDevice
|
||||
|
|
|
|||
Loading…
Reference in a new issue