Minor code cleanup

This commit is contained in:
Henrik Rydgård
2026-07-24 15:31:41 +02:00
parent 2489f5c581
commit 86c8e9ae68
5 changed files with 29 additions and 30 deletions
-1
View File
@@ -320,7 +320,6 @@ void MainScreen::CreateMainButtons(UI::ViewGroup *parent, bool portrait) {
if (!g_Config.Save("MainScreen::OnExit")) {
System_Toast("Failed to save settings!\nCheck permissions, or try to restart the device.");
}
UpdateUIState(UISTATE_EXIT);
// Request the framework to exit cleanly.
System_ExitApp();