mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
UI: Conditionally enable install/uninstall file types buttons based on whether they're installed already
This commit is contained in:
parent
eb6ce7bcb3
commit
617b81e209
3 changed files with 43 additions and 40 deletions
|
@ -802,6 +802,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