mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
autofmt
This commit is contained in:
@@ -120,11 +120,11 @@ Item {
|
||||
|
||||
var visibleCount = 0;
|
||||
if (hasBattery)
|
||||
visibleCount++;
|
||||
visibleCount++;
|
||||
if (hasKeyboard)
|
||||
visibleCount++;
|
||||
visibleCount++;
|
||||
if (hasCapsSlot)
|
||||
visibleCount++;
|
||||
visibleCount++;
|
||||
|
||||
if (visibleCount >= 3) {
|
||||
return 280;
|
||||
|
||||
Reference in New Issue
Block a user