aboutsummaryrefslogtreecommitdiff
path: root/src/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.js')
-rw-r--r--src/utils.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.js b/src/utils.js
index a2c61d4..ef647fe 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -142,6 +142,8 @@ async function setpath(win) {
return;
}
+ alert(lang("general.missingpath"));
+
// Fallback to manual selection
dialog.showOpenDialog({properties: ["openDirectory"]}).then(res => {
if (res.canceled) {