1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2025-01-31 02:14:02 +00: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); json hideStatus = fs::parseJsonFile(HIDE_TABS_JSON);
//bool erista = util::isErista(); bool erista = util::isErista();
bool erista = false; //bool erista = false;
if(hideStatus.find("about") == hideStatus.end() || !hideStatus["about"]) if(hideStatus.find("about") == hideStatus.end() || !hideStatus["about"])
this->addTab("menus/main/about"_i18n, new AboutTab()); this->addTab("menus/main/about"_i18n, new AboutTab());