mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-17 16:37:04 +00:00
UI: Only show Amiibo bin scan menu item if the key file exists
This commit is contained in:
parent
9b5151dddb
commit
87067b5b32
4 changed files with 8 additions and 5 deletions
|
|
@ -307,6 +307,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
public bool CanScanAmiiboBinaries => AmiiboBinReader.HasKeyRetailBinPath;
|
||||
|
||||
public bool ShowLoadProgress
|
||||
{
|
||||
get => _showLoadProgress;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue