moar ui examples

This commit is contained in:
kepler155c@gmail.com
2019-11-14 15:43:20 -07:00
parent 3241326a2f
commit 14057c2bf9
7 changed files with 105 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ function UI.Notification.example()
if event.type == 'test_success' then
self.notify:success('Example text')
elseif event.type == 'test_error' then
self.notify:error('Example text')
self.notify:error('Example text', 0)
end
end,
}