Merge branch 'feat-dirshow' of https://github.com/jpirnay/crosspoint-reader into mybuild

This commit is contained in:
jpirnay
2026-03-08 16:34:39 +01:00
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -68,4 +68,5 @@ class LyraTheme : public BaseTheme {
void fillPopupProgress(const GfxRenderer& renderer, const Rect& layout, const int progress) const override;
void drawTextField(const GfxRenderer& renderer, Rect rect, const int textWidth) const override;
void drawKeyboardKey(const GfxRenderer& renderer, Rect rect, const char* label, const bool isSelected) const override;
bool showsFileIcons() const override { return true; }
};