This commit is contained in:
Pepe20129 2025-06-29 18:12:24 +02:00
commit b82958b130

View file

@ -88,7 +88,11 @@ void SohMenu::AddMenuNetwork() {
WidgetPath path = { "Network", "Info", SECTION_COLUMN_1 };
AddSidebarEntry("Network", path.sidebarName, 2);
AddWidget(path, ICON_FA_EXCLAMATION_TRIANGLE " The Network features are unavailable because SoH was compiled without network support (\"ENABLE_REMOTE_CONTROL\" build flag).", WIDGET_TEXT).Options(TextOptions().Color(Colors::Orange));
AddWidget(path,
ICON_FA_EXCLAMATION_TRIANGLE " The Network features are unavailable because SoH was compiled without "
"network support (\"ENABLE_REMOTE_CONTROL\" build flag).",
WIDGET_TEXT)
.Options(TextOptions().Color(Colors::Orange));
}
#endif