remove config write

This commit is contained in:
Zacharias-Brohn
2026-02-17 21:55:01 +01:00
parent 9ce8f3f54c
commit fc20156852
8 changed files with 10 additions and 134 deletions
+1
View File
@@ -28,6 +28,7 @@ Item {
radius: Appearance.rounding.normal
function onClicked(): void {
console.log(root.modelData.path);
Wallpapers.setWallpaper(root.modelData.path);
root.visibilities.launcher = false;
}