mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Same behavior for compact and mini
This commit is contained in:
@@ -10,7 +10,7 @@ NIconButton {
|
||||
|
||||
property ShellScreen screen
|
||||
|
||||
compact: (Settings.data.bar.density === "compact")
|
||||
compact: (Settings.data.bar.density === "compact") || (Settings.data.bar.density === "mini")
|
||||
baseSize: Style.capsuleHeight
|
||||
icon: "power"
|
||||
tooltipText: I18n.tr("tooltips.session-menu")
|
||||
|
||||
Reference in New Issue
Block a user