UI: Only show Amiibo bin scan menu item if the key file exists

This commit is contained in:
Evan Husted 2024-12-20 15:41:18 -06:00 committed by KeatonTheBot
parent 9b5151dddb
commit 87067b5b32
4 changed files with 8 additions and 5 deletions

View file

@ -307,6 +307,9 @@ namespace Ryujinx.Ava.UI.ViewModels
OnPropertyChanged();
}
}
public bool CanScanAmiiboBinaries => AmiiboBinReader.HasKeyRetailBinPath;
public bool ShowLoadProgress
{
get => _showLoadProgress;