mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-20 19:39:47 +08:00
Fix Empty Copy (#47)
This commit is contained in:
@@ -966,7 +966,8 @@ namespace GrasscutterTools.Forms
|
||||
|
||||
private void CopyCommand()
|
||||
{
|
||||
Clipboard.SetText(TxtCommand.Text);
|
||||
if (!string.IsNullOrEmpty(TxtCommand.Text))
|
||||
Clipboard.SetText(TxtCommand.Text);
|
||||
}
|
||||
|
||||
private void OnOpenCommandInvoke()
|
||||
|
Reference in New Issue
Block a user