Switch to No for default on update ()

This commit is contained in:
GradualSyrup
2023-09-15 10:32:22 -05:00
committed by GitHub
parent 1c6103a9ce
commit 04e56a2f48

@ -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(),