mirror of
https://github.com/ciromattia/kcc
synced 2026-09-17 16:27:07 +00:00
fix expert mode showing easy label
This commit is contained in:
@@ -1401,6 +1401,8 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
||||
self.expertMode = self.settings.value('expertMode', False, type=bool)
|
||||
if not self.expertMode:
|
||||
GUI.hide_expert_options()
|
||||
else:
|
||||
GUI.easyLabel.hide()
|
||||
|
||||
# default is Kindle Paperwhite 12th Gen
|
||||
self.lastDevice = self.settings.value('lastDevice', 3, type=int)
|
||||
|
||||
Reference in New Issue
Block a user