disable usb and ftp installs

This commit is contained in:
ITotalJustice
2025-07-21 10:17:27 +01:00
parent 97dc39620c
commit 8381446a69
17 changed files with 83 additions and 21 deletions

View File

@@ -1,3 +1,5 @@
#if ENABLE_NETWORK_INSTALL
#include "ui/menus/mtp_menu.hpp"
#include "usb/usbds.hpp"
#include "app.hpp"
@@ -57,3 +59,5 @@ void Menu::OnDisableInstallMode() {
}
} // namespace sphaira::ui::menu::mtp
#endif