chore: update window title

This commit is contained in:
x-tools-author 2024-03-26 00:29:42 +08:00
parent 549747ad46
commit d47b02e003

View File

@ -276,7 +276,7 @@ void xToolsMainWindow::onAboutActionTriggered()
{
QString year = xToolsInterface::buildDateTime("yyyy");
QString info;
info += windowTitle() + tr("(A Part of xTools Project)");
info += windowTitle() + QString("") + tr("(A Part of xTools Project)");
info += "\n\n";
#ifdef X_TOOLS_GIT_COMMIT
info += tr("Commit: ") + X_TOOLS_GIT_COMMIT;