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,10 +296,8 @@ void Controller::minimize() {
|
|||
}
|
||||
|
||||
void Controller::close() {
|
||||
if (!_widget.hideNoQuit()) {
|
||||
_widget.close();
|
||||
}
|
||||
}
|
||||
|
||||
QPoint Controller::getPointForCallPanelCenter() const {
|
||||
Expects(_widget.windowHandle() != nullptr);
|
||||
|
|
Loading…
Add table
Reference in a new issue