mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-17 16:37:04 +00:00
UI: Conditionally enable install/uninstall file types buttons based on whether they're installed already
This commit is contained in:
parent
00a475bf7a
commit
d77d6b7cee
3 changed files with 43 additions and 40 deletions
|
|
@ -954,6 +954,11 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
{
|
||||
get => FileAssociationHelper.IsTypeAssociationSupported;
|
||||
}
|
||||
|
||||
public bool AreMimeTypesRegistered
|
||||
{
|
||||
get => FileAssociationHelper.AreMimeTypesRegistered;
|
||||
}
|
||||
|
||||
public ObservableCollectionExtended<ApplicationData> Applications
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue