fix not exiting to home menu whilst replacing hbmenu
This commit is contained in:
@@ -825,8 +825,8 @@ App::App(const char* argv0) {
|
||||
m_app_path = argv0;
|
||||
}
|
||||
|
||||
// set pop-back if applet and we are hbmenu
|
||||
if (!IsApplication() && IsHbmenu()) {
|
||||
// set if we are hbmenu
|
||||
if (IsHbmenu()) {
|
||||
__nx_applet_exit_mode = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user