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 531dd35f50 - Show all commits
+1 -1
View File
@@ -64,7 +64,7 @@ def generate(
WALL_PATH = Path()
with WALL_DIR_PATH.open() as f:
line = f.readline
line = f.readline()
WALL_PATH = line
def generate_thumbnail(image_path, thumbnail_path, size=(128, 128)):