diff --git a/src/app.rs b/src/app.rs index fd9c515..9b8e941 100644 --- a/src/app.rs +++ b/src/app.rs @@ -231,7 +231,6 @@ impl cosmic::Application for AppModel { Task::none() } Message::RefreshWeather => { - self.is_loading = true; Task::perform(fetch_weather(), |result| { cosmic::Action::App(Message::WeatherUpdate(result)) })