Review comments

This commit is contained in:
jpirnay
2026-04-06 18:03:50 +02:00
parent 4f031b00b1
commit 7e37f3252c
3 changed files with 23 additions and 14 deletions
+3
View File
@@ -21,6 +21,8 @@ class BmpViewerActivity final : public Activity {
std::string filePath;
#ifdef ENABLE_IMAGE_DITHERING_EXTENSION
uint8_t imageDitherMode;
uint8_t initialImageDitherMode;
bool imageDitherSettingsDirty;
#endif
bool renderCurrentImage(bool showControls = true);
bool renderBmpImage(bool showControls = true);
@@ -28,6 +30,7 @@ class BmpViewerActivity final : public Activity {
#ifdef ENABLE_IMAGE_DITHERING_EXTENSION
void cycleDitherMode();
StrId getCurrentDitherModeLabel() const;
void saveDitherSettingsIfNeeded();
#endif
void renderError(const char* message);
void setAsSleepScreen();