mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix crash in MainWindow destruction.
This commit is contained in:
parent
7d585ab72f
commit
a0171cb144
1 changed files with 1 additions and 1 deletions
|
@ -69,8 +69,8 @@ private:
|
|||
anim::type animated);
|
||||
|
||||
not_null<Main::Account*> _account;
|
||||
::MainWindow _widget;
|
||||
std::unique_ptr<SessionController> _sessionController;
|
||||
::MainWindow _widget;
|
||||
|
||||
rpl::lifetime _lifetime;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue