diff --git a/.gitignore b/.gitignore index b41303cb..22e4e8a1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ qemu-* *.pprof node_modules/ +xgotext +.devcontainer/ \ No newline at end of file diff --git a/pkg/settings/parser/parser.go b/pkg/settings/parser/parser.go index 08063a69..e53a2cbf 100644 --- a/pkg/settings/parser/parser.go +++ b/pkg/settings/parser/parser.go @@ -372,6 +372,7 @@ func isArg(arg string) bool { case "y", "refresh": case "x", "regex": case "machinereadable": + case "disable-sandbox": // yay options case "aururl": case "aurrpcurl":