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

@@ -30,7 +30,6 @@ UpdateCheckDialog::
UpdateCheckDialog(const UpdateCheck::UpdateChannel channel, QWidget *parent) : QDialog(parent), ui(new Ui::UpdateCheckDialog), updateCheck(new UpdateCheck(channel))
{
ui->setupUi(this);
setWindowTitle(tr("Update check"));
ui->statusLabel->setHidden(true);
this->setFixedSize(400, 130);
updateChannel = channel;