Revert too agressive fallback cover gate

This commit is contained in:
jpirnay
2026-04-13 12:10:49 +02:00
parent 52bcca4ea7
commit 696eadb01f
+1 -1
View File
@@ -365,7 +365,7 @@ void SleepActivity::onEnter() {
return renderCustomSleepScreen();
case (CrossPointSettings::SLEEP_SCREEN_MODE::COVER):
case (CrossPointSettings::SLEEP_SCREEN_MODE::COVER_CUSTOM):
if (APP_STATE.lastSleepFromReader) {
if (!APP_STATE.openEpubPath.empty()) {
return renderCoverSleepScreen();
} else {
return renderCustomSleepScreen();