1
0
Fork 0
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:
GradualSyrup 2023-09-15 10:32:22 -05:00 committed by GitHub
parent 1c6103a9ce
commit 04e56a2f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ fn get_release(beta: bool) -> Result<Release> {
} }
fn user_wants_to_install() -> bool { fn user_wants_to_install() -> bool {
dialog::yes_no( dialog::no_yes(
"There is a new update available for the Training Modpack. \n\n\ "There is a new update available for the Training Modpack. \n\n\
Do you want to install it?" Do you want to install it?"
.to_string(), .to_string(),