chore: update the file of project

This commit is contained in:
x-tools-author 2024-04-05 16:32:53 +08:00
parent fa0d11b6e8
commit 9171e35239

View File

@ -191,6 +191,8 @@ int xToolsExec(int argc, char *argv[], const QString &appName)
sakDoSomethingBeforeAppCreated(argv, appName);
AppT app(argc, argv);
const QString dtStr = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss");
xToolsSettings::instance()->setValue("startUpTime", dtStr);
xToolsInitAppStyle();
QWidget *ui;