From 672f0d32e322b79661b5d7959887adaa9e41ad98 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Fri, 29 Mar 2024 04:37:56 +0300 Subject: feat: build from current variant --- lua/cmake-explorer/notification.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/cmake-explorer/notification.lua') 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 -- cgit v1.2.3