1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-18 21:13:38 +01:00

Support for AMS updates on patched switches

This commit is contained in:
flb 2021-05-21 18:14:26 +02:00
parent 2323974302
commit 0c4fd67e08

View file

@ -25,8 +25,8 @@ MainFrame::MainFrame() : TabFrame()
json hideStatus = fs::parseJsonFile(HIDE_TABS_JSON);
//bool erista = util::isErista();
bool erista = false;
bool erista = util::isErista();
//bool erista = false;
if(hideStatus.find("about") == hideStatus.end() || !hideStatus["about"])
this->addTab("menus/main/about"_i18n, new AboutTab());