关于界面的支持链接优化

This commit is contained in:
zhaominyong 2022-07-20 13:52:07 +08:00
parent e7c565b858
commit f1ea051242
1 changed files with 2 additions and 1 deletions

View File

@ -20,11 +20,12 @@ AboutDialog::AboutDialog(QWidget *parent) :
"the status of the backup node. A lot of optimization and innovation have been "
"carried out for domestic hardware and software platforms."));
setBodyTextVisiable(true);
setAppSupport(tr("Service & Support: %1").arg(SUPPORT));
// setAppSupport(tr("Service & Support: %1").arg(SUPPORT));
connect(GlobelBackupInfo::inst().getGlobalSignals(), &GlobalSignals::themeIconChanged, this, [=](){
this->setAppIcon(QIcon::fromTheme(THEME_YHKYLIN_BACKUP_TOOLS, QIcon(":/images/yhkylin-backup-tools.png")));
});
setFixedSize(420, 520);
}