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())