mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 21:45:38 -05:00
General code cleanups
This commit is contained in:
@@ -13,7 +13,6 @@ Rectangle {
|
||||
height: 30
|
||||
radius: Theme.cornerRadius
|
||||
color: {
|
||||
// Only show background when there are system tray items to display
|
||||
if (SystemTray.items.values.length === 0)
|
||||
return "transparent";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user