mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Fix dumb error
This commit is contained in:
parent
bf06059627
commit
940f2aa374
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ settings::settings(QWidget *parent) :
|
||||||
}
|
}
|
||||||
|
|
||||||
// Lock screen
|
// Lock screen
|
||||||
if(checkconfig(".config/12-lockscreen") == true) {
|
if(checkconfig(".config/12-lockscreen/config") == true) {
|
||||||
ui->enableLockscreenCheckBox->click();
|
ui->enableLockscreenCheckBox->click();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue