mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
this makes more sense where used.
This commit is contained in:
@@ -70,7 +70,7 @@ Item {
|
||||
p.push(s);
|
||||
}
|
||||
}
|
||||
return p.join(isBarVertical ? "\n" : " | ");
|
||||
return p.join(isBarVertical ? "\n" : " + ");
|
||||
}
|
||||
|
||||
function getIcon() {
|
||||
|
||||
Reference in New Issue
Block a user