Settings window #20

Merged
Zacharias-Brohn merged 83 commits from settingsWindow into main 2026-03-06 23:27:24 +01:00
Showing only changes of commit 71b871c976 - Show all commits
+1 -1
View File
@@ -64,7 +64,7 @@ def generate(
WALL_PATH = Path()
with WALL_DIR_PATH.open() as f:
path = json.load(f).currentWallpaperPath
path = json.load(f)["currentWallpaperPath"]
WALL_PATH = path
def generate_thumbnail(image_path, thumbnail_path, size=(128, 128)):