fix(ui): fixed main button sensitivity after prefix creation

Before it stayed disabled even when prefix was created successfully
This commit is contained in:
Observer KRypt0n_ 2023-03-15 16:22:16 +02:00
parent b83224fdf7
commit ab2bad953e

View file

@ -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