Fixed warnings due to delete settings

This commit is contained in:
LemmyCook 2025-08-22 14:50:14 -04:00
parent 3b256aa50d
commit 5994bd7929
5 changed files with 2 additions and 8 deletions

View file

@ -12,10 +12,8 @@ import qs.Widgets
Rectangle {
readonly property real itemSize: 24 * scaling
visible: Settings.data.bar.showTray && (SystemTray.items.values.length > 0)
visible: SystemTray.items.values.length > 0
width: tray.width + Style.marginM * scaling * 2
height: Math.round(Style.capsuleHeight * scaling)
radius: Math.round(Style.radiusM * scaling)
color: Color.mSurfaceVariant