feat: Set sleep cover from BMP viewer (#1104)

This commit is contained in:
Eliz
2026-05-05 12:23:20 +03:00
committed by GitHub
parent f44722a0f2
commit efa4f71a68
7 changed files with 210 additions and 74 deletions
+5
View File
@@ -15,5 +15,10 @@ class BmpViewerActivity final : public Activity {
void loop() override;
private:
void loadSiblingImages();
void doSetSleepCover();
std::string filePath;
std::vector<std::string> siblingImages;
int currentImageIndex = -1;
};