diff --git a/src/ui/components/version.rs b/src/ui/components/version.rs index c794dab..6e7e9f1 100644 --- a/src/ui/components/version.rs +++ b/src/ui/components/version.rs @@ -52,7 +52,7 @@ impl SimpleAsyncComponent for ComponentVersion { set_title: &model.title, #[watch] - set_visible: !model.show_recommended_only || model.recommended, + set_visible: !model.show_recommended_only || model.recommended || model.state != VersionState::NotDownloaded, add_suffix = >k::Button { #[watch]