From 8d5a3d86011822d00fc60eff3cb00c5cbdd4a77d Mon Sep 17 00:00:00 2001 From: Skye <83188335+VespeiProjects@users.noreply.github.com> Date: Wed, 12 Oct 2022 07:39:15 -0700 Subject: [PATCH] Update MainWindow.xaml.cs --- MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 2ce77d7..3b4e26e 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -126,7 +126,7 @@ private void updateOSC(string formatedText, bool typingEnabled) catch { preventAll = true; - MessageBox.Show("Please check firewall settings for port 9000 and make sure to disconnect from any VPNs that may block ports.\n\nRestart SpotifyOSC after making changes.\n\nSpotifyOSC relies on communicating to 127.0.0.1:9000 which VRChat listens on.", "Port 9000 Denied"); + MessageBox.Show("Please check firewall settings for port 9000 and make sure to disconnect from any VPNs that may block ports.\n\nRestart SpotifyOSC after making changes.\n\nSpotifyOSC relies on communicating to 127.0.0.1:9000 which VRChat listens on.", "Unable to bind to port 9000"); this.Dispatcher.Invoke(() => { AppState.Text = "Port Blocked"; AppState.Foreground = Brushes.Red;