mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-25 04:38:23 +00:00
Fix quit-by-closing non-authed window.
This commit is contained in:
parent
52eef22273
commit
40971d6da6
@ -296,9 +296,7 @@ void Controller::minimize() {
|
||||
}
|
||||
|
||||
void Controller::close() {
|
||||
if (!_widget.hideNoQuit()) {
|
||||
_widget.close();
|
||||
}
|
||||
_widget.close();
|
||||
}
|
||||
|
||||
QPoint Controller::getPointForCallPanelCenter() const {
|
||||
|
Loading…
Reference in New Issue
Block a user