1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-17 16:57:39 +00:00

pastebin as an api

This commit is contained in:
kepler155c@gmail.com
2019-03-26 09:08:39 -04:00
parent ade354660f
commit 82f6d3451d
6 changed files with 249 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ UI.Notification = class(UI.Window)
UI.Notification.defaults = {
UIElement = 'Notification',
backgroundColor = colors.gray,
closeInd = '\215',
closeInd = UI.extChars and '\215' or '*',
height = 3,
timeout = 3,
anchor = 'bottom',