Fix adding config from bot

This commit is contained in:
Igor Sorokin 2024-02-29 08:36:56 +03:00
parent fe558163cc
commit f8b2cce618
3 changed files with 21 additions and 36 deletions

View file

@ -48,10 +48,6 @@ int main(int argc, char *argv[])
AllowSetForegroundWindow(0);
#endif
#if defined(Q_OS_IOS)
QtAppDelegateInitialize();
#endif
app.registerTypes();
app.setApplicationName(APPLICATION_NAME);