mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
SessionMenuTab: add setting for large button layout
This commit is contained in:
@@ -132,7 +132,7 @@ Item {
|
||||
PanelBackground {
|
||||
panel: root.windowRoot.sessionMenuPanelPlaceholder
|
||||
shapeContainer: backgroundsShape
|
||||
backgroundColor: panelBackgroundColor
|
||||
backgroundColor: Settings.data.sessionMenu.largeButtonsStyle ? Color.transparent : panelBackgroundColor
|
||||
}
|
||||
|
||||
// Settings
|
||||
|
||||
Reference in New Issue
Block a user