🧹 drivers: remove mentions of network drivers

This commit is contained in:
Vladislav Nepogodin 2024-09-10 03:10:50 +04:00
parent 17781ec941
commit 90bad7b784
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -101,7 +101,6 @@ namespace tui {
void install_drivers_menu() noexcept {
const std::vector<std::string> menu_entries = {
"Install Display Driver",
//"Install Network Drivers",
"Back",
};
@ -112,9 +111,6 @@ void install_drivers_menu() noexcept {
case 0:
install_graphics_menu();
break;
/*case 1:
setup_network_drivers();
break;*/
default:
screen.ExitLoopClosure()();
break;