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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user