mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
Switch to No for default on update (#634)
This commit is contained in:
parent
1c6103a9ce
commit
04e56a2f48
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ fn get_release(beta: bool) -> Result<Release> {
|
|||
}
|
||||
|
||||
fn user_wants_to_install() -> bool {
|
||||
dialog::yes_no(
|
||||
dialog::no_yes(
|
||||
"There is a new update available for the Training Modpack. \n\n\
|
||||
Do you want to install it?"
|
||||
.to_string(),
|
||||
|
|
Loading…
Reference in a new issue