mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-08 23:19:14 +08:00
Fix Empty Copy (#47)
This commit is contained in:
parent
166f0b5fda
commit
110c1017e7
@ -966,6 +966,7 @@ namespace GrasscutterTools.Forms
|
|||||||
|
|
||||||
private void CopyCommand()
|
private void CopyCommand()
|
||||||
{
|
{
|
||||||
|
if (!string.IsNullOrEmpty(TxtCommand.Text))
|
||||||
Clipboard.SetText(TxtCommand.Text);
|
Clipboard.SetText(TxtCommand.Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user