new Screensaver

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-24 21:24:55 +02:00
parent 0c8c831eea
commit 6260c7e62c
7 changed files with 415 additions and 403 deletions

View File

@@ -88,7 +88,7 @@ Device::Device(void *appstate) : UIWidget(appstate)
options.persistenceManager->Load();
m_widget = std::make_shared<SplashScreen>(&options);
m_inactivityTracker = std::make_unique<InactivityTracker>(60000, []() {
m_inactivityTracker = std::make_unique<InactivityTracker>(6000, []() {
const auto screensaver = std::make_shared<ScreenSaver>(&options);
options.pushScreen(screensaver);
});