Merge pull request #159 from jpirnay/refactor-geni18n-dedup

refactor: Account for deduplication
This commit is contained in:
jpirnay
2026-05-01 09:58:13 +02:00
committed by GitHub
3 changed files with 83 additions and 31 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class SleepActivity final : public Activity {
void renderCustomSleepScreen() const;
void renderCoverSleepScreen() const;
void renderBitmapSleepScreen(const Bitmap& bitmap, const BookOverlayInfo& overlayInfo,
bool topAlignForCoverFit = false) const;
bool topAlignForCoverFit = false) const;
void renderBlankSleepScreen() const;
void renderOverlaySleepScreen() const;
BookOverlayInfo getBookOverlayInfo(const std::string& bookPath) const;