feat(Settings): Removed dump entrypoints button
This commit is contained in:
parent
55f92dfb23
commit
36ee0151d6
@ -1,7 +1,4 @@
|
|||||||
//#include "api/api.hpp"
|
|
||||||
#include "fiber_pool.hpp"
|
|
||||||
#include "main_tabs.hpp"
|
#include "main_tabs.hpp"
|
||||||
#include "util/system.hpp"
|
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
{
|
{
|
||||||
@ -9,10 +6,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (ImGui::BeginTabItem("Settings"))
|
if (ImGui::BeginTabItem("Settings"))
|
||||||
{
|
{
|
||||||
if (ImGui::Button("Dump entrypoints"))
|
ImGui::Text("No settings to be modified as of now");
|
||||||
{
|
|
||||||
system::dump_entry_points();
|
|
||||||
}
|
|
||||||
|
|
||||||
ImGui::EndTabItem();
|
ImGui::EndTabItem();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user