mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Open NetworkStatus window quietly (#22059)
This commit is contained in:
@@ -141,7 +141,7 @@ static Widget window_network_status_widgets[] = {
|
||||
else
|
||||
{
|
||||
window = WindowCreate<NetworkStatusWindow>(
|
||||
WindowClass::NetworkStatus, 420, 90, WF_10 | WF_TRANSPARENT | WF_CENTRE_SCREEN);
|
||||
WindowClass::NetworkStatus, 420, 90, WF_10 | WF_TRANSPARENT | WF_CENTRE_SCREEN | WF_STICK_TO_FRONT);
|
||||
}
|
||||
|
||||
window->SetCloseCallBack(onClose);
|
||||
|
||||
Reference in New Issue
Block a user