Various tweaks to theme, more code coverage
This commit is contained in:
parent
c3b83b0238
commit
7c3ec19748
17 changed files with 812 additions and 49 deletions
|
|
@ -259,6 +259,7 @@ class SettingsDialog(QDialog):
|
|||
|
||||
@Slot(bool)
|
||||
def _save_key_btn_clicked(self, checked: bool):
|
||||
self.key = ""
|
||||
if checked:
|
||||
if not self.key:
|
||||
p1 = KeyPrompt(
|
||||
|
|
@ -270,8 +271,6 @@ class SettingsDialog(QDialog):
|
|||
self.save_key_btn.blockSignals(False)
|
||||
return
|
||||
self.key = p1.key() or ""
|
||||
else:
|
||||
self.key = ""
|
||||
|
||||
@Slot(bool)
|
||||
def _compact_btn_clicked(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue