Skip to content

Commit b917dc4

Browse files
committed
Highlight green flag if project is running
Resolves: #40
1 parent 5157cda commit b917dc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qml/main.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ ApplicationWindow {
8282
id: greenFlagButton
8383
icon.name: "green_flag"
8484
icon.color: "transparent"
85+
highlighted: player.running
8586
onClicked: {
8687
switch (KeyboardInfo.keyboardModifiers()) {
8788
case Qt.ShiftModifier:

0 commit comments

Comments
 (0)