From e3ba365d3919052c0c502d9e83238d7363e50ba2 Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 20 Aug 2025 21:43:31 -0400 Subject: [PATCH] conidtionally watch changes --- Common/Theme.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/Theme.qml b/Common/Theme.qml index 904d0a75..66f46484 100644 --- a/Common/Theme.qml +++ b/Common/Theme.qml @@ -628,8 +628,8 @@ Singleton { FileView { id: customThemeFileView - watchChanges: true - + watchChanges: currentTheme === "custom" + function parseAndLoadTheme() { try { var themeData = JSON.parse(customThemeFileView.text())