mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
@@ -243,11 +243,10 @@ void Launcher::processArguments() {
|
||||
}
|
||||
|
||||
int Launcher::executeApplication() {
|
||||
Application application(this, _argc, _argv);
|
||||
MainQueueProcessor processor;
|
||||
base::ConcurrentTimerEnvironment environment;
|
||||
|
||||
Application app(this, _argc, _argv);
|
||||
return app.exec();
|
||||
return application.execute();
|
||||
}
|
||||
|
||||
} // namespace Core
|
||||
|
Reference in New Issue
Block a user