mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Close call panel instead of hiding.
This commit is contained in:
@@ -691,8 +691,8 @@ void Panel::showControls() {
|
||||
}
|
||||
}
|
||||
|
||||
void Panel::hideBeforeDestroy() {
|
||||
_window->hide();
|
||||
void Panel::closeBeforeDestroy() {
|
||||
_window->close();
|
||||
reinitWithCall(nullptr);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user