mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -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
|
||||
if(checkconfig(".config/12-lockscreen") == true) {
|
||||
if(checkconfig(".config/12-lockscreen/config") == true) {
|
||||
ui->enableLockscreenCheckBox->click();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue