Add status progress for batch tool operations
This commit is contained in:
@@ -114,8 +114,7 @@ func SaveConfig(cfg AppConfig) error {
|
||||
}
|
||||
|
||||
func OpenInBrowser(url string) {
|
||||
// `start` is a cmd builtin. Quoted empty arg is the window title.
|
||||
cmd := hiddenCommand("cmd", "/c", "start", "", url)
|
||||
cmd := hiddenCommand("rundll32.exe", "url.dll,FileProtocolHandler", url)
|
||||
_ = cmd.Start()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user