lock: option to launch on startup (#2076)

This commit is contained in:
end-4
2025-09-29 22:21:09 +02:00
parent 6201798ef5
commit 6e126dc08d
3 changed files with 18 additions and 0 deletions
@@ -167,6 +167,14 @@ ContentPage {
icon: "lock"
title: Translation.tr("Lock screen")
ConfigSwitch {
text: Translation.tr('Launch on startup')
checked: Config.options.lock.launchOnStartup
onCheckedChanged: {
Config.options.lock.launchOnStartup = checked;
}
}
ContentSubsection {
title: Translation.tr("Blurred style")