Minor fixes.

This commit is contained in:
Martín Lucas Golini
2024-05-15 01:32:53 -03:00
parent bb7df84f8c
commit 9b67a6a4e9
3 changed files with 9 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ void IconManager::init( UISceneNode* sceneNode, FontTrueType* iconFont, FontTrue
{ "filetype-pkm", 0xF3C5 },
{ "settings", 0xF0E3 },
{ "stop", 0xF1A0 },
{ "text-wrap", 0xF200 },
};
for ( const auto& icon : icons )