mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Hide the RFS button.
This commit is contained in:
parent
f9f834b1c3
commit
45b290efd9
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
this.connectToRemoteServerToolStripMenuItem.Name = "connectToRemoteServerToolStripMenuItem";
|
||||
this.connectToRemoteServerToolStripMenuItem.Size = new System.Drawing.Size(153, 20);
|
||||
this.connectToRemoteServerToolStripMenuItem.Text = "Connect to remote server";
|
||||
this.connectToRemoteServerToolStripMenuItem.Visible = false;
|
||||
//
|
||||
// copyToolStripMenuItem
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue