1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

conidtionally watch changes

This commit is contained in:
bbedward
2025-08-20 21:43:31 -04:00
parent f02d7f1f40
commit e3ba365d39

View File

@@ -628,8 +628,8 @@ Singleton {
FileView {
id: customThemeFileView
watchChanges: true
watchChanges: currentTheme === "custom"
function parseAndLoadTheme() {
try {
var themeData = JSON.parse(customThemeFileView.text())