diff --git a/src/common/release.rs b/src/common/release.rs index 2231129..205c269 100644 --- a/src/common/release.rs +++ b/src/common/release.rs @@ -152,7 +152,7 @@ fn get_release(beta: bool) -> Result { } 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(),