mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 12:01:44 +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);
|
||||
|
||||
//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());
|
||||
|
|
Loading…
Reference in a new issue