mirror of
https://github.com/ciromattia/kcc
synced 2026-09-16 15:57:09 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1fd24d6a3 | ||
|
|
4f06f4ef90 |
@@ -1401,6 +1401,8 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
|||||||
self.expertMode = self.settings.value('expertMode', False, type=bool)
|
self.expertMode = self.settings.value('expertMode', False, type=bool)
|
||||||
if not self.expertMode:
|
if not self.expertMode:
|
||||||
GUI.hide_expert_options()
|
GUI.hide_expert_options()
|
||||||
|
else:
|
||||||
|
GUI.easyLabel.hide()
|
||||||
|
|
||||||
# default is Kindle Paperwhite 12th Gen
|
# default is Kindle Paperwhite 12th Gen
|
||||||
self.lastDevice = self.settings.value('lastDevice', 3, type=int)
|
self.lastDevice = self.settings.value('lastDevice', 3, type=int)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
__version__ = '11.3.0'
|
__version__ = '11.3.1'
|
||||||
__license__ = 'ISC'
|
__license__ = 'ISC'
|
||||||
__copyright__ = '2012-2022, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>, darodi'
|
__copyright__ = '2012-2022, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>, darodi'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
|
|||||||
Reference in New Issue
Block a user