1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 13:33:39 +01:00
AIO-switch-updater/include/tools_tab.hpp
2021-09-11 15:48:13 +02:00

29 lines
703 B
C++

#pragma once
#include <borealis.hpp>
#include <json.hpp>
//#include "ntcp.hpp"
class ToolsTab : public brls::List
{
private:
brls::ListItem* cheats;
brls::ListItem* JCcolor;
brls::ListItem* PCcolor;
brls::ListItem* updateApp;
brls::ListItem* rebootPayload;
brls::ListItem* downloadPayload;
brls::ListItem* changelog;
brls::ListItem* language;
brls::ListItem* cleanUp;
brls::ListItem* hideTabs;
//brls::ListItem* ntcp;
brls::ListItem* netSettings;
brls::ListItem* move;
brls::ListItem* browser;
brls::StagedAppletFrame* stagedFrame;
public:
ToolsTab(const std::string& tag, bool erista = true, const nlohmann::json& hideStatus = {});
};