From def7f558a0091c1dd4d7eb6c5738cb12ca526746 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Fri, 17 Apr 2020 10:46:52 -0700 Subject: [PATCH] Fix monitor switching. --- Desktop.Win/App.xaml | 2 +- Desktop.Win/App.xaml.cs | 12 -------- Desktop.Win/ViewModels/MainWindowViewModel.cs | 30 ++++++++++++++----- ScreenCast.Win/Services/ScreenCapturerWin.cs | 19 +++++++----- Server/wwwroot/scripts/RemoteControl/UI.js | 2 +- .../wwwroot/scripts/RemoteControl/UI.js.map | 2 +- Server/wwwroot/scripts/RemoteControl/UI.ts | 2 +- 7 files changed, 39 insertions(+), 30 deletions(-) diff --git a/Desktop.Win/App.xaml b/Desktop.Win/App.xaml index d09cf2aa..66df3027 100644 --- a/Desktop.Win/App.xaml +++ b/Desktop.Win/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Remotely.Desktop.Win" - StartupUri="MainWindow.xaml" DispatcherUnhandledException="Application_DispatcherUnhandledException" Exit="Application_Exit" Startup="Application_Startup"> + StartupUri="MainWindow.xaml" DispatcherUnhandledException="Application_DispatcherUnhandledException" Startup="Application_Startup">