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:
parent
2323974302
commit
0c4fd67e08
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue