diff --git a/main.lua b/main.lua index c75bc20..a252f73 100644 --- a/main.lua +++ b/main.lua @@ -15,6 +15,8 @@ return { entry = function() ya.emit("escape", { visual = true }) + return ya.notify { title = "Gpg", content = "No file selected", level = "warn", timeout = 5 } + local urls = selected_or_hovered() if #urls == 0 then return ya.notify { title = "Gpg", content = "No file selected", level = "warn", timeout = 5 }