mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Tray, ActiveWindow: better dark mode colorization
This commit is contained in:
@@ -99,7 +99,7 @@ Item {
|
||||
|
||||
SplitParser {
|
||||
id: textStdoutSplit
|
||||
onRead: function(line) {
|
||||
onRead: function (line) {
|
||||
var lineStr = String(line || "").trim()
|
||||
var shouldCollapse = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user