mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-23 14:20:10 +00:00
Add failure condition for loading custom camera view
This commit is contained in:
parent
87d718222a
commit
5bbdc539eb
1 changed files with 1 additions and 0 deletions
|
@ -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>();
|
||||
|
|
Loading…
Reference in a new issue