mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-23 20:29:45 +08:00
* Fixed some translations on Russian. * Updated readme screenshots
This commit is contained in:
@@ -61,10 +61,9 @@ namespace GrasscutterTools.Forms
|
||||
|
||||
private void FormMain_Load(object sender, EventArgs e)
|
||||
{
|
||||
#if DEBUG
|
||||
Text += " - by jie65535 - v" + AppVersion.ToString(3) + "-debug";
|
||||
#else
|
||||
Text += " - by jie65535 - v" + AppVersion.ToString(3);
|
||||
#if DEBUG
|
||||
Text += "-debug";
|
||||
#endif
|
||||
|
||||
GameData.LoadResources();
|
||||
@@ -2124,6 +2123,5 @@ namespace GrasscutterTools.Forms
|
||||
}
|
||||
|
||||
#endregion - 任务 Quests -
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user