Dont add brackets around directory for themes that have icon support
This commit is contained in:
@@ -141,4 +141,5 @@ class BaseTheme {
|
||||
virtual void drawHelpText(const GfxRenderer& renderer, Rect rect, const char* label) const;
|
||||
virtual void drawTextField(const GfxRenderer& renderer, Rect rect, const int textWidth) const;
|
||||
virtual void drawKeyboardKey(const GfxRenderer& renderer, Rect rect, const char* label, const bool isSelected) const;
|
||||
virtual bool showsFileIcons() const { return false; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user