[UI] Fix name of frame skip keybinds.
This commit is contained in:
parent
e64319685a
commit
ef77ee260a
|
@ -326,8 +326,8 @@ ApplicationWindow {
|
|||
property string fullscreen: "F"
|
||||
property string tracks: "Ctrl+T"
|
||||
property string statsForNerds: "I"
|
||||
property string forwardFrame: "Period"
|
||||
property string backwardFrame: "Comma"
|
||||
property string forwardFrame: "."
|
||||
property string backwardFrame: ","
|
||||
}
|
||||
|
||||
MenuBar {
|
||||
|
|
Loading…
Reference in a new issue