Open NetworkStatus window quietly (#22059)

This commit is contained in:
Aaron van Geffen 2024-05-18 10:54:08 +02:00 committed by GitHub
parent 5260b5d52f
commit 69847a02ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);