Skip to content

Commit c044be1

Browse files
committed
fix(qml): follow active deck layout in application menus
1 parent b8d9701 commit c044be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

res/qml/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ApplicationWindow {
3939
sourceComponent: Skin.MainMenuBar {
4040
applicationWindow: root
4141
commands: applicationMenuCommands
42-
numberOfDecks: root.numDecks
42+
numberOfDecks: root.show4decks ? root.numDecks : 2
4343
}
4444
}
4545
Skin.ApplicationMenuCommands {

0 commit comments

Comments
 (0)