Small fix

This commit is contained in:
Nicolas Mailloux 2022-12-31 12:12:08 -05:00
parent 9087a04a28
commit 9d386cab13
2 changed files with 2 additions and 2 deletions

View file

@ -1167,7 +1167,7 @@ void settings::on_lockscreenBackgroundComboBox_currentTextChanged(const QString
writeFile(".config/12-lockscreen/background", "blank");
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");
log("Set lockscreen background to 'screenSaver'", className);
}

View file

@ -1204,7 +1204,7 @@
</item>
<item>
<property name="text">
<string>Screensaver picture (if provided)</string>
<string>Screensaver picture</string>
</property>
</item>
<item>