mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-25 17:38:51 +00:00
web/download: do not show additional dialog on top of dialog in openURL
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
if (file) {
|
||||
return openFile(file);
|
||||
} else if (url) {
|
||||
return openURL(url);
|
||||
return openURL(url, true);
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user