@@ -16,7 +16,7 @@ func openBrowser(url string) bool {
case "darwin":
args = []string{"open"}
case "windows":
args = []string{"cmd", "/c", "start", "chrome"}
args = []string{"cmd", "/c", "start", "chrome", "--new-window"}
default:
args = []string{"xdg-open"}
}
The note is not visible to the blocked user.