This commit is contained in:
zhuzichu
2023-07-11 10:46:57 +08:00
parent 6275c161fe
commit 78815224fe
10 changed files with 7 additions and 9 deletions

View File

@ -35,7 +35,6 @@ int main(int argc, char *argv[])
if(!appInfo->isOwnerProcess(&ipc)){
return 0;
}
app.setQuitOnLastWindowClosed(false);
QQmlApplicationEngine engine;
FramelessHelper::Quick::registerTypes(&engine);
#ifdef FLUENTUI_BUILD_STATIC_LIB