mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 03:14:28 +00:00
Don't use unneeded QEventLoop::ApplicationExec
This commit is contained in:
@@ -296,8 +296,7 @@ void LaunchGApplication() {
|
||||
Core::App().notifications().createManager();
|
||||
});
|
||||
|
||||
QEventLoop loop;
|
||||
loop.exec(QEventLoop::ApplicationExec);
|
||||
QEventLoop().exec();
|
||||
app->quit();
|
||||
}, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user