Show file extensions in browser (user option)

This commit is contained in:
jpirnay
2026-04-06 19:34:08 +02:00
parent 4200714127
commit c0797b385a
6 changed files with 34 additions and 2 deletions
+2
View File
@@ -231,6 +231,8 @@ class CrossPointSettings {
uint8_t embeddedStyle = 1;
// Show hidden files/directories (starting with '.') in the file browser (0 = hidden, 1 = show)
uint8_t showHiddenFiles = 0;
// Show file extensions in the file browser (0 = hidden, 1 = show)
uint8_t showFileExtensions = 0;
// Image rendering mode in EPUB reader
uint8_t imageRendering = IMAGES_DISPLAY;
// Dithering mode for decoded images (EPUB/JPG/PNG)