diff --git a/MainApp/Properties/PublishProfiles/FolderProfile.pubxml b/MainApp/Properties/PublishProfiles/FolderProfile.pubxml index 18dfaa2..118e0a6 100644 --- a/MainApp/Properties/PublishProfiles/FolderProfile.pubxml +++ b/MainApp/Properties/PublishProfiles/FolderProfile.pubxml @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - Release + Local x64 ..\..\..\publish\master FileSystem diff --git a/MainApp/UserControl/PreferenceDrawer.xaml b/MainApp/UserControl/PreferenceDrawer.xaml index a067e13..b469f3d 100644 --- a/MainApp/UserControl/PreferenceDrawer.xaml +++ b/MainApp/UserControl/PreferenceDrawer.xaml @@ -219,7 +219,7 @@ - Ready to Fly Button Delay + Auto Pop Out Panel Delay { ResetCockpitView(); - Thread.Sleep(1000); }, true); WorkflowStepWithMessage.Execute("Loading custom camera view", () => { LoadCustomView(AppSetting.PopOutSetting.AutoPanning.KeyBinding); - Thread.Sleep(1000); }, true); WorkflowStepWithMessage.Execute("Setting camera zoom level", () => @@ -544,7 +540,6 @@ namespace MSFSPopoutPanelManager.Orchestration WorkflowStepWithMessage.Execute("Resetting camera view", () => { ResetCockpitView(); - Thread.Sleep(1000); }, true); WorkflowStepWithMessage.Execute("Setting camera zoom level", () => @@ -557,13 +552,11 @@ namespace MSFSPopoutPanelManager.Orchestration WorkflowStepWithMessage.Execute("Resetting camera view", () => { ResetCockpitView(); - Thread.Sleep(1000); }, true); WorkflowStepWithMessage.Execute("Loading custom camera view", () => { LoadCustomView(AppSetting.PopOutSetting.AfterPopOutCameraView.KeyBinding); - Thread.Sleep(1000); }, true); WorkflowStepWithMessage.Execute("Setting camera zoom level", () =>