There was an error while loading. Please reload this page.
1 parent 5157cda commit b917dc4Copy full SHA for b917dc4
src/app/qml/main.qml
@@ -82,6 +82,7 @@ ApplicationWindow {
82
id: greenFlagButton
83
icon.name: "green_flag"
84
icon.color: "transparent"
85
+ highlighted: player.running
86
onClicked: {
87
switch (KeyboardInfo.keyboardModifiers()) {
88
case Qt.ShiftModifier:
0 commit comments