forked from Shinonome/dots-hyprland
lock: add setting to toggle new shape password chars
This commit is contained in:
@@ -556,6 +556,15 @@ ContentPage {
|
||||
Config.options.lock.showLockedText = checked;
|
||||
}
|
||||
}
|
||||
|
||||
ConfigSwitch {
|
||||
buttonIcon: "shapes"
|
||||
text: Translation.tr('Use varying shapes for password characters')
|
||||
checked: Config.options.lock.materialShapeChars
|
||||
onCheckedChanged: {
|
||||
Config.options.lock.materialShapeChars = checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
ContentSubsection {
|
||||
title: Translation.tr("Style: Blurred")
|
||||
|
||||
Reference in New Issue
Block a user