mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 03:29:01 -06:00 
			
		
		
		
	Blast Patreon off the face of the Earth.
This commit is contained in:
		@@ -29,7 +29,7 @@ namespace Ryujinx.UI.Windows
 | 
			
		||||
 | 
			
		||||
            try
 | 
			
		||||
            {
 | 
			
		||||
                string patreonJsonString = await httpClient.GetStringAsync("https://patreon.ryujinx.org/");
 | 
			
		||||
                string patreonJsonString = await httpClient.GetStringAsync("https://example.com/");
 | 
			
		||||
 | 
			
		||||
                _patreonNamesText.Buffer.Text = string.Join(", ", JsonHelper.Deserialize(patreonJsonString, CommonJsonContext.Default.StringArray));
 | 
			
		||||
            }
 | 
			
		||||
@@ -54,7 +54,7 @@ namespace Ryujinx.UI.Windows
 | 
			
		||||
 | 
			
		||||
        private void PatreonButton_Pressed(object sender, ButtonPressEventArgs args)
 | 
			
		||||
        {
 | 
			
		||||
            OpenHelper.OpenUrl("https://www.patreon.com/ryujinx");
 | 
			
		||||
            OpenHelper.OpenUrl("https://example.com/");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        private void GitHubButton_Pressed(object sender, ButtonPressEventArgs args)
 | 
			
		||||
 
 | 
			
		||||
@@ -132,7 +132,7 @@
 | 
			
		||||
                        Background="Transparent"
 | 
			
		||||
                        Click="Button_OnClick"
 | 
			
		||||
                        CornerRadius="15"
 | 
			
		||||
                        Tag="https://www.patreon.com/ryujinx"
 | 
			
		||||
                        Tag="https://example.com/"
 | 
			
		||||
                        ToolTip.Tip="{locale:Locale AboutPatreonUrlTooltipMessage}">
 | 
			
		||||
                        <Image Source="{Binding PatreonLogo}" />
 | 
			
		||||
                    </Button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user