mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-21 13:20:11 +00:00
Fix bug
This commit is contained in:
parent
592ca22f32
commit
7089a2aeff
1 changed files with 0 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue