mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
1ec7397544
commit
a04c363b70
@ -134,7 +134,7 @@ class Boss(QObject):
|
|||||||
@property
|
@property
|
||||||
def currently_editing(self):
|
def currently_editing(self):
|
||||||
' Return the name of the file being edited currently or None if no file is being edited '
|
' Return the name of the file being edited currently or None if no file is being edited '
|
||||||
return editor_name(self.gui.current_editor)
|
return editor_name(self.gui.central.current_editor)
|
||||||
|
|
||||||
def preferences(self):
|
def preferences(self):
|
||||||
orig_spell = tprefs['inline_spell_check']
|
orig_spell = tprefs['inline_spell_check']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user