mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Update English translation
This commit is contained in:
parent
fb17ebe60b
commit
0a0d33ae4a
183
Source/GrasscutterTools/FormMain.Designer.cs
generated
183
Source/GrasscutterTools/FormMain.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@ -1031,17 +1031,17 @@ namespace GrasscutterTools
|
||||
|
||||
private async void BtnInvokeOpenCommand_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (TxtCommand.Text.Length < 2)
|
||||
{
|
||||
ShowTip("命令不能为空", TxtCommand);
|
||||
return;
|
||||
}
|
||||
if (OC == null || !OC.CanInvoke)
|
||||
{
|
||||
ShowTip("请先连接到支持[OpenCommand]的服务器", BtnInvokeOpenCommand);
|
||||
TCMain.SelectedTab = TPRemoteCall;
|
||||
return;
|
||||
}
|
||||
if (TxtCommand.Text.Length < 2)
|
||||
{
|
||||
ShowTip("命令不能为空", TxtCommand);
|
||||
return;
|
||||
}
|
||||
var cmd = TxtCommand.Text.Substring(1);
|
||||
var btn = sender as Button;
|
||||
btn.Enabled = false;
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user