mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-17 02:09:46 +03:00
feat(ui): made wine / dxvk versions always visible if they're downloaded
This commit is contained in:
parent
16e6c8e1d2
commit
9453a2bbc5
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue