mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Small fix
This commit is contained in:
parent
9087a04a28
commit
9d386cab13
2 changed files with 2 additions and 2 deletions
|
@ -1167,7 +1167,7 @@ void settings::on_lockscreenBackgroundComboBox_currentTextChanged(const QString
|
||||||
writeFile(".config/12-lockscreen/background", "blank");
|
writeFile(".config/12-lockscreen/background", "blank");
|
||||||
log("Set lockscreen background to 'blank'", className);
|
log("Set lockscreen background to 'blank'", className);
|
||||||
}
|
}
|
||||||
else if(arg1 == "Screensaver picture (if provided)") {
|
else if(arg1 == "Screensaver picture") {
|
||||||
writeFile(".config/12-lockscreen/background", "screenSaver");
|
writeFile(".config/12-lockscreen/background", "screenSaver");
|
||||||
log("Set lockscreen background to 'screenSaver'", className);
|
log("Set lockscreen background to 'screenSaver'", className);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1204,7 +1204,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Screensaver picture (if provided)</string>
|
<string>Screensaver picture</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue