mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
settings: fix settings lol
This commit is contained in:
parent
c2a80e1044
commit
d0dd6674cb
2 changed files with 20 additions and 22 deletions
|
|
@ -18,7 +18,7 @@ Singleton {
|
|||
JsonAdapter {
|
||||
id: jsonAdapter
|
||||
|
||||
property QtObject settings: QtObject {
|
||||
property JsonObject settings: JsonObject {
|
||||
property int barHeight: 25
|
||||
property string wallpaperUrl: Qt.resolvedUrl("root:resources/wallpapers/pixelart0.jpg")
|
||||
property string colorScheme: "scheme-fruit-salad"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue