feat: wire gui instance start and delete confirmation
This commit is contained in:
@@ -116,7 +116,10 @@ func BuildArgs(spec domain.LaunchSpec) ([]string, error) {
|
||||
}
|
||||
args = append(args, extra)
|
||||
}
|
||||
return append(args, normalized.TargetURL), nil
|
||||
if normalized.TargetURL != "" {
|
||||
args = append(args, normalized.TargetURL)
|
||||
}
|
||||
return args, nil
|
||||
}
|
||||
|
||||
func normalizeProxy(value string) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user