From 8443c1579a4c7ef2c6290f1e2e77c5557dea8748 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 31 Oct 2021 16:30:29 +0100 Subject: [PATCH] addons/defaults fix hotifx --- 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: