1
0
Fork 0

[UI] Fixed missing bracket.

This commit is contained in:
Kitteh 2018-10-24 14:32:26 +01:00
parent 75798b1c42
commit 8746557219

View file

@ -472,7 +472,7 @@ ApplicationWindow {
Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "7";}
Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "8";}
Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "9";}
Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "0";)
Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "0";}
}