Skip to content

Commit

Permalink
Fixed typo in RuLayout.qml
Browse files Browse the repository at this point in the history
deleted letter "s", it was preventing correct interpretation of russian layout in runtime
  • Loading branch information
TrueCraftWorld authored and AndreaRicchi committed Dec 3, 2024
1 parent c3ca0c4 commit cf44617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/RuLayout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ColumnLayout {
inputPanelRef: inputPanel
}

Key {s
Key {
btnText: "л"
inputPanelRef: inputPanel
}
Expand Down

0 comments on commit cf44617

Please sign in to comment.