From fa7cadaaa9d325e3167b125035d646de86213f3a Mon Sep 17 00:00:00 2001 From: praydog Date: Fri, 22 Dec 2023 11:39:05 -0800 Subject: [PATCH] Remove SteamVR part of VD warning --- UnrealVR/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealVR/MainWindow.xaml.cs b/UnrealVR/MainWindow.xaml.cs index 51a5413..d73ac9b 100644 --- a/UnrealVR/MainWindow.xaml.cs +++ b/UnrealVR/MainWindow.xaml.cs @@ -514,7 +514,7 @@ private void Check_VirtualDesktop(bool checkWarn = false) { if (IsExecutableRunning("VirtualDesktop.Streamer")) { m_virtualDesktopWarned = true; - MessageBox.Show("Virtual Desktop has been detected running.\nMake sure you use OpenXR for the least issues.\nSteamVR must already be started.", "VD Warning", MessageBoxButton.OK, MessageBoxImage.Information); + MessageBox.Show("Virtual Desktop has been detected running.\nMake sure you use OpenXR for the least issues.", "VD Warning", MessageBoxButton.OK, MessageBoxImage.Information); } }