mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
clang
This commit is contained in:
parent
243cd32f6c
commit
b82958b130
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue