diff options
author | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-03-29 04:37:56 +0300 |
---|---|---|
committer | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-03-29 04:37:56 +0300 |
commit | 672f0d32e322b79661b5d7959887adaa9e41ad98 (patch) | |
tree | c2c3f4e2157d47c7e3f8dfd2f3229e37e0919b3e /lua/cmake-explorer/notification.lua | |
parent | d453f54d98536eb3a52daebfe279c4e624979c31 (diff) |
feat: build from current variant
Diffstat (limited to 'lua/cmake-explorer/notification.lua')
-rw-r--r-- | lua/cmake-explorer/notification.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/cmake-explorer/notification.lua b/lua/cmake-explorer/notification.lua index fa8ff6e..0029241 100644 --- a/lua/cmake-explorer/notification.lua +++ b/lua/cmake-explorer/notification.lua @@ -6,6 +6,7 @@ function Notification.notify(msg, lvl, opts) opts = opts or {} if has_notify then opts.hide_from_history = true + opts.title = "CMake Explorer" return notify(msg, lvl, opts) end end |