mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
prepared 0.5.13 - greatly improved network support (bad_msg_notification handle, connecting notification, dc full config embed, getting config each launch, dc option notify handle, enum dc for new config
This commit is contained in:
@@ -573,7 +573,9 @@ void Window::showConnecting(const QString &text, const QString &reconnect) {
|
||||
_connecting->set(text, reconnect);
|
||||
} else {
|
||||
_connecting = new ConnectingWidget(this, text, reconnect);
|
||||
_connecting->show();
|
||||
resizeEvent(0);
|
||||
fixOrder();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user