mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Added vertical menu for status build output and app output.
Fix incorrect initialization of the Git plugin model controller when loading a folder from the Welcome Screen.
This commit is contained in:
@@ -89,7 +89,10 @@ void IconManager::init( UISceneNode* sceneNode, FontTrueType* iconFont, FontTrue
|
||||
{ "filetype-hdr", 0xF3C5 },
|
||||
{ "filetype-pic", 0xF3C5 },
|
||||
{ "filetype-pvr", 0xF3C5 },
|
||||
{ "filetype-pkm", 0xF3C5 } };
|
||||
{ "filetype-pkm", 0xF3C5 },
|
||||
{ "settings", 0xF0E3 },
|
||||
{ "stop", 0xF1A0 },
|
||||
};
|
||||
|
||||
for ( const auto& icon : icons )
|
||||
iconTheme->add( UIGlyphIcon::New( icon.first, iconFont, icon.second ) );
|
||||
|
||||
Reference in New Issue
Block a user