feat(ui): made wine / dxvk versions always visible if they're downloaded

This commit is contained in:
Observer KRypt0n_ 2023-04-09 18:45:38 +02:00
parent 16e6c8e1d2
commit 9453a2bbc5
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -52,7 +52,7 @@ impl SimpleAsyncComponent for ComponentVersion {
set_title: &model.title, set_title: &model.title,
#[watch] #[watch]
set_visible: !model.show_recommended_only || model.recommended, set_visible: !model.show_recommended_only || model.recommended || model.state != VersionState::NotDownloaded,
add_suffix = &gtk::Button { add_suffix = &gtk::Button {
#[watch] #[watch]