mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 03:29:01 -06:00 
			
		
		
		
	gui: Disable usage of updater module for the time being (#20)
This commit is contained in:
		@@ -193,6 +193,7 @@
 | 
			
		||||
                </MenuItem>
 | 
			
		||||
            </MenuItem>
 | 
			
		||||
            <MenuItem VerticalAlignment="Center" Header="{locale:Locale MenuBarHelp}">
 | 
			
		||||
                <!--
 | 
			
		||||
                <MenuItem
 | 
			
		||||
                    Name="UpdateMenuItem"
 | 
			
		||||
                    IsEnabled="{Binding CanUpdate}"
 | 
			
		||||
@@ -200,6 +201,7 @@
 | 
			
		||||
                    Header="{locale:Locale MenuBarHelpCheckForUpdates}"
 | 
			
		||||
                    ToolTip.Tip="{locale:Locale CheckUpdatesTooltip}" />
 | 
			
		||||
                <Separator />
 | 
			
		||||
                -->
 | 
			
		||||
                <MenuItem
 | 
			
		||||
                    Click="OpenAboutWindow"
 | 
			
		||||
                    Header="{locale:Locale MenuBarHelpAbout}"
 | 
			
		||||
 
 | 
			
		||||
@@ -361,6 +361,8 @@ namespace Ryujinx.Ava.UI.Windows
 | 
			
		||||
                await Dispatcher.UIThread.InvokeAsync(async () => await UserErrorDialog.ShowUserErrorDialog(UserError.NoKeys));
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // MIRROR ADJ: We aren't using semver release tags for the time being
 | 
			
		||||
            /*
 | 
			
		||||
            if (ConfigurationState.Instance.CheckUpdatesOnStart.Value && Updater.CanUpdate(false))
 | 
			
		||||
            {
 | 
			
		||||
                await Updater.BeginParse(this, false).ContinueWith(task =>
 | 
			
		||||
@@ -368,6 +370,7 @@ namespace Ryujinx.Ava.UI.Windows
 | 
			
		||||
                    Logger.Error?.Print(LogClass.Application, $"Updater Error: {task.Exception}");
 | 
			
		||||
                }, TaskContinuationOptions.OnlyOnFaulted);
 | 
			
		||||
            }
 | 
			
		||||
            */
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        private void Load()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user