Skip to content

Commit

Permalink
Added new icon for Plugins in Home Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantAntony authored and vpereverzev committed Aug 9, 2022
1 parent de55d89 commit e435e99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified fonts/mscore/MusescoreIcon.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/appshell/qml/HomePage/HomeMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Item {

model: [
{ "name": "scores", "title": qsTrc("appshell", "Scores"), "icon": IconCode.MUSIC_NOTES },
{ "name": "plugins", "title": qsTrc("appshell", "Plugins"), "icon": IconCode.PLUS },
{ "name": "plugins", "title": qsTrc("appshell", "Plugins"), "icon": IconCode.PLUGIN },
// TODO: need to implement
// { "name": "audio", "title": qsTrc("appshell", "Audio"), "icon": IconCode.AUDIO },
{ "name": "learn", "title": qsTrc("appshell", "Learn"), "icon": IconCode.MORTAR_BOARD }
Expand Down
2 changes: 2 additions & 0 deletions src/framework/ui/view/iconcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ class IconCode

TEMPO_CHANGE = 0xF43F,

PLUGIN = 0xF440,

NONE = 0xFFFF
};

Expand Down

0 comments on commit e435e99

Please sign in to comment.