diff --git a/Orchestration/PanelPopOutOrchestrator.cs b/Orchestration/PanelPopOutOrchestrator.cs index f202b5a..f8a38e3 100644 --- a/Orchestration/PanelPopOutOrchestrator.cs +++ b/Orchestration/PanelPopOutOrchestrator.cs @@ -305,6 +305,7 @@ namespace MSFSPopoutPanelManager.Orchestration while (builtInPanelHandles.Count == 0 && count < 5) { builtInPanelHandles = WindowActionManager.GetWindowsByPanelType(new List() { PanelType.BuiltInPopout }); + count++; } var builtInPanels = new List();