This commit is contained in:
2026-02-09 23:45:59 +01:00
parent b9a590be69
commit a0b552e796
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ Singleton {
property string gifFolder: Quickshell.shellDir + "/Gifs"
property var scaling: 1
property int maxWidth: 200
property int maxHeight: 200
property int maxWidth: 1000
property int maxHeight: 1000
}
}
}