Skip to content

Commit

Permalink
Merge pull request maliit#160 from dobey/emoji-annotation
Browse files Browse the repository at this point in the history
LanguageKey: Set annotation property, not extended
  • Loading branch information
dobey authored Oct 13, 2022
2 parents 72ad0b4 + facb265 commit 4084bd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qml/keys/LanguageKey.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ ActionKey {
label: altLangs ? "" : ""
shifted: label

extended: altLangs ? [""] : []
extendedShifted: extended
annotation: altLangs ? "" : ""
noMagnifier: true

readonly property bool altLangs: Keyboard.enabledLanguages.length > 1
Expand Down

0 comments on commit 4084bd8

Please sign in to comment.