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 c87443e72c - Show all commits
+2 -2
View File
@@ -64,8 +64,8 @@ def generate(
WALL_PATH = Path()
with WALL_DIR_PATH.open() as f:
line = f.readline()
WALL_PATH = line
path = json.load(f).currentWallpaperPath
WALL_PATH = path
def generate_thumbnail(image_path, thumbnail_path, size=(128, 128)):
thumbnail_file = Path(thumbnail_path)