mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 15:22:01 +03:00
fix(ui): fixed main button sensitivity after prefix creation
Before it stayed disabled even when prefix was created successfully
This commit is contained in:
parent
b83224fdf7
commit
ab2bad953e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue