Use icon form for buttons on small panels

This commit is contained in:
Jeremy Soller 2025-07-03 13:14:40 -06:00
parent c9eec36130
commit 429f8c0863

View file

@ -119,7 +119,7 @@ impl cosmic::Application for Button {
|| matches!(
(&self.core.applet.size, &self.config.force_presentation),
(
Size::PanelSize(PanelSize::M | PanelSize::L | PanelSize::XL),
Size::PanelSize(PanelSize::S | PanelSize::M | PanelSize::L | PanelSize::XL),
None
)
)