remove Web menu

the web browser on the switch is really bad, it shouldnt be used.
i am removing this menu because its another option that gets in the way of other options, and code bloat.
This commit is contained in:
ITotalJustice
2025-04-29 18:42:32 +01:00
parent 1dafa2748c
commit 2d7763444e
4 changed files with 0 additions and 75 deletions

View File

@@ -25,7 +25,6 @@
#include "defines.hpp"
#include "i18n.hpp"
#include "ftpsrv_helper.hpp"
#include "web.hpp"
#include <nanovg_dk.h>
#include <minIni.h>
@@ -1478,12 +1477,6 @@ void App::DisplayMiscOptions(bool left_side) {
App::Push(std::make_shared<ui::menu::gh::Menu>());
}));
if (App::IsApplication()) {
options->Add(std::make_shared<ui::SidebarEntryCallback>("Web"_i18n, [](){
WebShow("https://lite.duckduckgo.com/lite");
}));
}
if (App::GetApp()->m_install.Get()) {
if (App::GetFtpEnable()) {
options->Add(std::make_shared<ui::SidebarEntryCallback>("Ftp Install"_i18n, [](){