From 55cf906bb288a27e473b3ffb5566281a1bb29ba8 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 31 Oct 2021 16:29:27 +0100 Subject: [PATCH] addons/defaults fix --- themes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes.py b/themes.py index 5fd3aca4..3e47a744 100644 --- a/themes.py +++ b/themes.py @@ -114,6 +114,8 @@ def temporary_copy_files(): "./css/theme-options": "./CSS/variables", "./css/community-theme-options": "./CSS/variables", "./resources/": "./Resources/", + "./css/addons/": "./CSS/addons", + "./css/defaults/": "./CSS/defaults", "./css/theme-options/organizr.css": "./CSS/variables/organizr-dark.css" } for src in src_dst: