mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user