We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63341a commit 5e694fbCopy full SHA for 5e694fb
Universal THCRAP Launcher/MainForm.cs
@@ -963,6 +963,10 @@ private void FillJumpList() {
963
contextMenuStrip1.Items.Add(jsi);
964
}
965
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);
970
971
972
#endregion
Universal THCRAP Launcher/Resources/BuildDate.txt
@@ -1,2 +1,2 @@
1
-2019. 06. 02. 21:58:19,84
+2019. 06. 02. 22:06:52,97
2
Central Europe Standard Time
0 commit comments