mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 20:09:59 -05:00
configoptions: use quickshell jsonadapter
This commit is contained in:
@@ -12,7 +12,7 @@ import Quickshell.Io
|
||||
*/
|
||||
Singleton {
|
||||
id: root
|
||||
property bool sloppySearch: ConfigOptions?.search.sloppy ?? false
|
||||
property bool sloppySearch: Config.options?.search.sloppy ?? false
|
||||
property real scoreThreshold: 0.2
|
||||
property var substitutions: ({
|
||||
"code-url-handler": "visual-studio-code",
|
||||
|
||||
Reference in New Issue
Block a user