Same behavior for compact and mini

This commit is contained in:
ItsLemmy
2025-10-12 16:17:45 -04:00
parent 7e4c7a1efd
commit 2962c0d9f7
23 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ NIconButton {
"profile": PowerProfileService.getName()
})
tooltipDirection: BarService.getTooltipDirection()
compact: (Settings.data.bar.density === "compact")
compact: (Settings.data.bar.density === "compact") || (Settings.data.bar.density === "mini")
colorBg: (PowerProfileService.profile === PowerProfile.Balanced) ? (Settings.data.bar.showCapsule ? Color.mSurfaceVariant : Color.transparent) : Color.mPrimary
colorFg: (PowerProfileService.profile === PowerProfile.Balanced) ? Color.mOnSurface : Color.mOnPrimary
colorBorder: Color.transparent