diff options
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 |