Manager: Miscellaneous changes

This commit is contained in:
Alexander Babikov
2025-07-30 23:39:59 +05:00
parent 176c1d5402
commit 0ea994a972
10 changed files with 16 additions and 12 deletions

View File

@@ -26,7 +26,6 @@ UpdateDetails::
UpdateDetails(const UpdateCheck::UpdateResult &updateResult, QWidget *parent) : QDialog(parent), ui(new Ui::UpdateDetails)
{
ui->setupUi(this);
setWindowTitle("86Box Update");
ui->updateTitle->setText("<b>An update to 86Box is available!</b>");
QString currentVersionText;
QString releaseType = updateResult.channel == UpdateCheck::UpdateChannel::Stable ? tr("version") : tr("build");