1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 06:00:45 +00:00
This commit is contained in:
hawkeye 2024-09-19 14:31:19 -04:00
parent 592ca22f32
commit 7089a2aeff

View file

@ -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()