blablabla

This commit is contained in:
lucy 2026-01-04 10:47:42 +01:00
parent 33906413b4
commit f1a947e02e

View File

@ -9,13 +9,13 @@ FileView {
path: "/home/lucy/.cache/quickshell_settings.json"
watchChanges: true
onAdapterChanged: writeAdapter()
onAdapterUpdated: writeAdapter()
adapter: JsonAdapter {
id: jsonAdapter
property string currentWall: ""
property string wallDir: "/home/lucy/.walls/"
property string font: "SFMono Nerd Font Propo"
property string font: "CommitMono Nerd Font Propo"
property real fontSize: 14
onCurrentWallChanged: settingsView.writeAdapter()