diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp index c2a439acb..4cf80a482 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -765,7 +765,7 @@ extern "C" int gui_loadResources(void) check = 1; } - if (check == 0 && PageManager::LoadPackage("TWRP", "/script/ui.xml", "main")) + if (check == 0) { std::string theme_path; |