Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Notifiction killer
- function closeLastNoti()
- for s = 1, screen.count() do
- for p,pos in pairs(naughty.notifications[s]) do
- for i,n in pairs(naughty.notifications[s][p]) do naughty.destroy(n) end
- end
- end
- end
- volumecfg.noti = function ()
- closeLastNoti()
- naughty.notify({font = "Droid Sans 36", position = "bottom_right", screen = screen.count(), border_width = 0, timeou
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement