Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
fix icon source path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 7, 2021
1 parent 37168c6 commit b8f37d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/keys/SymojiKey.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FlickActionKey {
charlabel: (state == "marks") ? ["", "", "a!", "", ""] : (panel.state == "CHARACTERS") ? ["", "", "ä‽", "", "īø"] : ["", "", "", "", "a!"]
leaves: charlabel
iconNormal: stdsingle? ["", "", "", "settings", ""]: ["language-chooser", "", "", "navigation-menu", ""]
iconNormalSource: standard ? ["", "", "", "happy.svg", ""] : maliit_input_method.previousLanguage ?["", "", "", "", ""]:["happy.svg", "", "", "", ""]
iconNormalSource: standard ? ["", "", "", "../images/happy.svg", ""] : maliit_input_method.previousLanguage ?["", "", "", "", ""]:["../images/happy.svg", "", "", "", ""]
iconAngles:["","","","","180"]
iconDisabled: ["", "", "keyboard-caps-locked", "", "keyboard-caps-locked"]
shiftedlabel: charlabel
Expand Down

0 comments on commit b8f37d6

Please sign in to comment.