Skip to content

Commit 4dd8c4f

Browse files
committed
Adds separator to dropdown
1 parent bf32411 commit 4dd8c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Source/Menu/MainForm.cs

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ orderby tool.Text
266266
Process.Start("https://www.openrails.org/learn/docs-list/");
267267
}
268268
);
269+
contextMenuStripDocuments.Items.Add(new ToolStripSeparator());
269270
contextMenuStripDocuments.Items.Add(item);
270271

271272
NotificationManager = new NotificationManager(this, this.Resources, UpdateManager, Settings, panelDetails);

0 commit comments

Comments
 (0)