From 925bc95f4c99bf2c39ee3c41c7ff94f1fbdb7436 Mon Sep 17 00:00:00 2001 From: 15dd <1572698652@qq.com> Date: Sun, 26 Feb 2023 16:45:34 +0800 Subject: [PATCH] ver1.3 build4 --- aria2Launcher.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aria2Launcher.cpp b/aria2Launcher.cpp index 178a7b5..87b3068 100644 --- a/aria2Launcher.cpp +++ b/aria2Launcher.cpp @@ -68,6 +68,9 @@ void aria2Launcher::showInitialize() { else { this->ui->webui->setEnabled(false); this->ui->cmd->setChecked(true); + + settingWin->ui->groupBox_2->setEnabled(false); + showCmd(); }