diff --git a/src/utils.js b/src/utils.js index 53b0da40..aab8c709 100644 --- a/src/utils.js +++ b/src/utils.js @@ -413,7 +413,7 @@ class Utils extends VueUtils { } } - confirmOpenAll(files) { + static confirmOpenAll(files) { return confirm(`You are about to open ${files.length} individual files / tabs, which could slow down the web browser. Are you sure you want to open all of them?`); }