Explorar o código

ava: Fix Open Applet menu enabled (#5206)

Currently, the `Open Applet` menu is still enabled when a guest is running, which is wrong. This is not fixed by refreshing the property binding on `IsEnabled`.
Ac_K %!s(int64=3) %!d(string=hai) anos
pai
achega
9367e3c35d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Ryujinx.Ava/UI/ViewModels/MainWindowViewModel.cs

+ 1 - 0
src/Ryujinx.Ava/UI/ViewModels/MainWindowViewModel.cs

@@ -257,6 +257,7 @@ namespace Ryujinx.Ava.UI.ViewModels
 
                 OnPropertyChanged();
                 OnPropertyChanged(nameof(EnableNonGameRunningControls));
+                OnPropertyChanged(nameof(IsAppletMenuActive));
                 OnPropertyChanged(nameof(StatusBarVisible));
                 OnPropertyChanged(nameof(ShowFirmwareStatus));
             }