diff --git a/mmm/src/main.rs b/mmm/src/main.rs index 8e64cd9..9d50451 100644 --- a/mmm/src/main.rs +++ b/mmm/src/main.rs @@ -134,6 +134,7 @@ impl Application for ManagerGUI { fn update(&mut self, message: Message) -> Command { match message { Message::SwitchView(view) => { + self.current_install_status = ProfileInstallStatus::NotStarted; match &view { ManagerView::AddProfile => { self.profile_save_error = None;