mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'viewer_still_editing_shortcut' of https://github.com/keatsandyeats/calibre
This commit is contained in:
commit
e35dbe4401
@ -397,8 +397,8 @@ class ConfigDialog(QDialog, Ui_Dialog):
|
|||||||
if self.shortcut_config.is_editing:
|
if self.shortcut_config.is_editing:
|
||||||
from calibre.gui2 import info_dialog
|
from calibre.gui2 import info_dialog
|
||||||
info_dialog(self, _('Still editing'),
|
info_dialog(self, _('Still editing'),
|
||||||
_('You are in the middle of editing a keyboard shortcut'
|
_('You are in the middle of editing a keyboard shortcut.'
|
||||||
' first complete that, by clicking outside the '
|
' First complete that by clicking outside the'
|
||||||
' shortcut editing box.'), show=True)
|
' shortcut editing box.'), show=True)
|
||||||
return
|
return
|
||||||
self.save_options(config())
|
self.save_options(config())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user