|
|
@@ -51,12 +51,8 @@ namespace Ryujinx.Ava.UI.Views.Main
|
|
|
XciTrimmerMenuItem.Command = Commands.Create(XCITrimmerWindow.Show);
|
|
|
AboutWindowMenuItem.Command = Commands.Create(AboutWindow.Show);
|
|
|
CompatibilityListMenuItem.Command = Commands.Create(() => CompatibilityList.Show());
|
|
|
-
|
|
|
- UpdateMenuItem.Command = Commands.Create(async () =>
|
|
|
- {
|
|
|
- if (Updater.CanUpdate(true))
|
|
|
- await Updater.BeginUpdateAsync(true);
|
|
|
- });
|
|
|
+
|
|
|
+ UpdateMenuItem.Command = MainWindowViewModel.UpdateCommand;
|
|
|
|
|
|
FaqMenuItem.Command =
|
|
|
SetupGuideMenuItem.Command =
|