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

Add failure condition for loading custom camera view

This commit is contained in:
hawkeye 2023-09-04 20:55:45 -04:00
parent 87d718222a
commit 5bbdc539eb

View file

@ -305,6 +305,7 @@ namespace MSFSPopoutPanelManager.Orchestration
while (builtInPanelHandles.Count == 0 && count < 5)
{
builtInPanelHandles = WindowActionManager.GetWindowsByPanelType(new List<PanelType>() { PanelType.BuiltInPopout });
count++;
}
var builtInPanels = new List<PanelConfig>();