支持显示本体

This commit is contained in:
2024-05-12 10:53:52 +08:00
parent 6661048433
commit c4ebe15b79
3 changed files with 24 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ AboutWindow::AboutWindow(QWidget *parent) :
info += "<pre>";
info += tr("A kernel manager allows users to install or remove kernels easily.") + "\n\n";
info += "<b>" + tr("Warning: You may damage your system unless you know what you will do!") + "</b>\n";
info += "Built Time: " + QString(__DATE__) + " " + __TIME__;
info += tr("Built Time: ") + QString(__DATE__) + " " + __TIME__;
info += "</pre>";
info += "<hr/>";
info += ProgramInfo::updateInfo();