forked from Shinonome/dots-hyprland
lock: option to launch on startup (#2076)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user