mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 02:51:13 +02:00
UI: Only show Amiibo bin scan menu item if the key file exists
This commit is contained in:
committed by
KeatonTheBot
parent
9b5151dddb
commit
87067b5b32
@@ -307,6 +307,9 @@ namespace Ryujinx.Ava.UI.ViewModels
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
public bool CanScanAmiiboBinaries => AmiiboBinReader.HasKeyRetailBinPath;
|
||||
|
||||
public bool ShowLoadProgress
|
||||
{
|
||||
get => _showLoadProgress;
|
||||
|
||||
Reference in New Issue
Block a user