mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix quit-by-closing non-authed window.
This commit is contained in:
parent
52eef22273
commit
40971d6da6
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue