blablabla
This commit is contained in:
parent
33906413b4
commit
f1a947e02e
@ -9,13 +9,13 @@ FileView {
|
|||||||
path: "/home/lucy/.cache/quickshell_settings.json"
|
path: "/home/lucy/.cache/quickshell_settings.json"
|
||||||
|
|
||||||
watchChanges: true
|
watchChanges: true
|
||||||
onAdapterChanged: writeAdapter()
|
onAdapterUpdated: writeAdapter()
|
||||||
|
|
||||||
adapter: JsonAdapter {
|
adapter: JsonAdapter {
|
||||||
id: jsonAdapter
|
id: jsonAdapter
|
||||||
property string currentWall: ""
|
property string currentWall: ""
|
||||||
property string wallDir: "/home/lucy/.walls/"
|
property string wallDir: "/home/lucy/.walls/"
|
||||||
property string font: "SFMono Nerd Font Propo"
|
property string font: "CommitMono Nerd Font Propo"
|
||||||
property real fontSize: 14
|
property real fontSize: 14
|
||||||
|
|
||||||
onCurrentWallChanged: settingsView.writeAdapter()
|
onCurrentWallChanged: settingsView.writeAdapter()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user