From 7f122ba33490d88bccb210f83039d78a97756e84 Mon Sep 17 00:00:00 2001 From: Oyster Date: Sun, 1 Feb 2026 01:20:43 -0300 Subject: [PATCH] removing line reseting APP_STATE.lastSleepImage in setup --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2308f0a2..df54fb6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -317,7 +317,6 @@ void setup() { // Clear app state to avoid getting into a boot loop if the epub doesn't load const auto path = APP_STATE.openEpubPath; APP_STATE.openEpubPath = ""; - APP_STATE.lastSleepImage = 0; APP_STATE.saveToFile(); onGoToReader(path, MyLibraryActivity::Tab::Recent); }