Skip to content

Commit 5e694fb

Browse files
author
Tudi20
committed
A fianl touch
1 parent f63341a commit 5e694fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Universal THCRAP Launcher/MainForm.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,10 @@ private void FillJumpList() {
963963
contextMenuStrip1.Items.Add(jsi);
964964
}
965965
}
966+
contextMenuStrip1.Items.Add(new ToolStripSeparator());
967+
tsi = new ToolStripMenuItem(I18N.LangResource.mainForm?.menuStrip?[0]?[5]?.ToString());
968+
tsi.Click += exitTS_Click;
969+
contextMenuStrip1.Items.Add(tsi);
966970
}
967971

968972
#endregion
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2019. 06. 02. 21:58:19,84
1+
2019. 06. 02. 22:06:52,97
22
Central Europe Standard Time

0 commit comments

Comments
 (0)