mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
ColorSchemeTab: set walker theme to noctalia on template activation
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user