diff --git a/mRemoteNG/UI/Window/OptionsWindow.cs b/mRemoteNG/UI/Window/OptionsWindow.cs index 0b9714c5..2195a4d5 100644 --- a/mRemoteNG/UI/Window/OptionsWindow.cs +++ b/mRemoteNG/UI/Window/OptionsWindow.cs @@ -63,8 +63,7 @@ namespace mRemoteNG.UI.Window if (_optionsForm != null && !_optionsForm.IsDisposed) { Logger.Instance.Log?.Debug($"[OptionsWindow.EnsureOptionsFormReady] Processing Application.DoEvents"); - // Process any pending Application.Idle events to ensure all pages are loaded - // This prevents race conditions with async page loading + // Process any pending UI events to ensure the form is fully rendered Application.DoEvents(); }