Added configuration for code-folding.

This commit is contained in:
Martín Lucas Golini
2024-06-02 22:12:52 -03:00
parent ec8e773639
commit 6832032470
15 changed files with 175 additions and 37 deletions

View File

@@ -248,6 +248,7 @@ void IconManager::init( UISceneNode* sceneNode, FontTrueType* iconFont, FontTrue
{ "tools", 0xeb6d },
{ "play", 0xeb2c },
{ "output", 0xeb9d },
{ "fold", 0xeaf5 },
};
for ( const auto& icon : codIcons )