This commit is contained in:
Dimitrij
2025-10-17 09:12:57 +01:00
parent d6c2c2158a
commit 21ab172041

View File

@@ -92,7 +92,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages
// Defer the ShowHidePanelTabs call to avoid corrupting the Options window
// This ensures the call happens after the Options window is closed
FrmMain.Default.BeginInvoke(new System.Windows.Forms.MethodInvoker(FrmMain.Default.ShowHidePanelTabs));
FrmMain.Default.BeginInvoke(new System.Windows.Forms.MethodInvoker(() => FrmMain.Default.ShowHidePanelTabs()));
/*
* Comment added: June 16, 2024