Skip to content

Commit

Permalink
Avoid initial switch animations in appearance dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
enz committed Apr 27, 2024
1 parent 89ec91c commit 886c9f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pentobi/AppearanceDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,13 @@ PentobiDialog {
id: switchCoordinates

text: qsTr("Coordinates")
checked: gameView.showCoordinates
}
Switch {
id: switchShowVariations

text: qsTr("Show variations")
checked: gameModel.showVariations
}
Switch {
id: switchMoveNumber
Expand All @@ -106,6 +108,7 @@ PentobiDialog {
//: Check box in appearance dialog whether to show the
//: move number in the status bar.
text: qsTr("Move number")
checked: gameView.showMoveNumber
}
Label {
text: qsTr("Color theme:")
Expand Down

0 comments on commit 886c9f2

Please sign in to comment.