ColorSchemeTab: set walker theme to noctalia on template activation

This commit is contained in:
Ly-sec
2025-10-29 16:25:03 +01:00
parent 98bed3d8be
commit d443d7dba3
9 changed files with 64 additions and 18 deletions
+2 -1
View File
@@ -101,7 +101,7 @@ Item {
SplitParser {
id: textStdoutSplit
onRead: (line) => root.parseDynamicContent(line)
onRead: line => root.parseDynamicContent(line)
}
StdioCollector {
@@ -142,6 +142,7 @@ Item {
_dynamicIcon = parsed.icon || ""
return
} catch (e) {
// Not a valid JSON, treat as plain text
}
}