From 7089a2aeffe36cf3972cc73d8fbc3f242f310d4d Mon Sep 17 00:00:00 2001 From: hawkeye Date: Thu, 19 Sep 2024 14:31:19 -0400 Subject: [PATCH] Fix bug --- Orchestration/PanelPopOutOrchestrator.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Orchestration/PanelPopOutOrchestrator.cs b/Orchestration/PanelPopOutOrchestrator.cs index 27d02da..422ce0b 100644 --- a/Orchestration/PanelPopOutOrchestrator.cs +++ b/Orchestration/PanelPopOutOrchestrator.cs @@ -427,16 +427,7 @@ namespace MSFSPopoutPanelManager.Orchestration foreach (var panelConfig in ActiveProfile.PanelConfigs) { ApplyPanelConfig(panelConfig); - - // Set title bar color - //if (AppSettingData.ApplicationSetting.PopOutSetting.PopOutTitleBarCustomization.IsEnabled && !panelConfig.FullScreen) - //{ - // WindowActionManager.SetWindowTitleBarColor(panelConfig.PanelHandle, AppSettingData.ApplicationSetting.PopOutSetting.PopOutTitleBarCustomization.HexColor); - //} } - - //if(ActiveProfile.PanelConfigs.Any(p => p.AlwaysOnTop)) - // WindowActionManager.ApplyAlwaysOnTop(WindowProcessManager.SimulatorProcess.Handle, PanelType.FlightSimMainWindow, true); } private async Task StepPostPopout()