mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Fix quit-by-closing non-authed window.
This commit is contained in:
@@ -296,9 +296,7 @@ void Controller::minimize() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Controller::close() {
|
void Controller::close() {
|
||||||
if (!_widget.hideNoQuit()) {
|
_widget.close();
|
||||||
_widget.close();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QPoint Controller::getPointForCallPanelCenter() const {
|
QPoint Controller::getPointForCallPanelCenter() const {
|
||||||
|
Reference in New Issue
Block a user