mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Quick fix for #369
This commit is contained in:
@@ -1233,7 +1233,9 @@ namespace mRemoteNG.UI.Forms
|
||||
Windows.TreePanel.Show(Default.pnlDock, DockState.DockLeft);
|
||||
Windows.ConfigPanel.Show(Default.pnlDock);
|
||||
Windows.ConfigPanel.DockTo(Windows.TreePanel.Pane, DockStyle.Bottom, -1);
|
||||
Windows.ErrorsPanel.Show(Default.pnlDock, DockState.Document);
|
||||
|
||||
Windows.ErrorsForm.Hide();
|
||||
Windows.ScreenshotForm.Hide();
|
||||
|
||||
Default.pnlDock.Visible = true;
|
||||
|
||||
Reference in New Issue
Block a user