chore: remove useless code

This commit is contained in:
x-tools-author 2024-03-26 14:01:36 +08:00
parent 8e601a319c
commit 6e73593b59

View File

@ -38,7 +38,6 @@ int xToolsExec(int argc, char* argv[], const QString& appName, bool usingCommonM
splashScreen.finish(widget);
widget->show();
widget->resize(int(qreal(widget->height()) * 1.732), widget->height());
widget->moveToCenter();
}
int ret = app.exec();