diff --git a/src/ui/main.rs b/src/ui/main.rs index 962042b..774509c 100644 --- a/src/ui/main.rs +++ b/src/ui/main.rs @@ -1200,7 +1200,7 @@ impl SimpleComponent for App { }); } - sender.input(AppMsg::DisableButtons(true)); + sender.input(AppMsg::DisableButtons(false)); sender.input(AppMsg::UpdateLauncherState { perform_on_download_needed: false, show_status_page: true