fix notify sample

This commit is contained in:
Evgeny
2022-02-07 16:03:02 +03:00
parent 7566e4e275
commit 97088bf0e3

View File

@@ -3,10 +3,6 @@ local curr_notab = {}
local curr_titletab = {}
local curr_keystab = {}
function on_resume()
notify:get_current()
end
function on_notify_posted(n)
curr_notab[n.key] = n
redraw()