1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2025-02-17 22:15:37 +00:00
AIO-switch-updater/include/tools_tab.hpp

14 lines
317 B
C++
Raw Normal View History

2020-09-20 02:21:28 +02:00
#pragma once
#include <borealis.hpp>
#include <json.hpp>
//#include "ntcp.hpp"
2020-09-20 02:21:28 +02:00
class ToolsTab : public brls::List
{
2021-09-11 15:48:13 +02:00
private:
brls::StagedAppletFrame* stagedFrame;
2020-09-20 02:21:28 +02:00
2021-09-11 15:48:13 +02:00
public:
2021-09-15 17:23:37 +02:00
ToolsTab(const std::string& tag, const nlohmann::ordered_json& payloads, bool erista = true, const nlohmann::json& hideStatus = {});
2020-09-20 02:21:28 +02:00
};