mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-09 08:41:33 +08:00
Hold include uid setting
This commit is contained in:
@@ -230,10 +230,10 @@ namespace GrasscutterTools.Forms
|
||||
/// <param name="args">参数</param>
|
||||
private void SetCommand(string command, string args)
|
||||
{
|
||||
//if (ChkIncludeUID.Checked)
|
||||
// SetCommand($"{command} @{NUDUid.Value} {args.Trim()}");
|
||||
//else
|
||||
SetCommand($"{command} {args.Trim()}");
|
||||
if (Settings.Default.IsIncludeUID)
|
||||
SetCommand($"{command} @{Settings.Default.Uid} {args.Trim()}");
|
||||
else
|
||||
SetCommand($"{command} {args.Trim()}");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user