mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update window title
This commit is contained in:
parent
549747ad46
commit
d47b02e003
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user