Reversed order of mailbox popups
This commit is contained in:
parent
8166cca713
commit
0dc2bd757e
|
@ -54,7 +54,7 @@ return function(args)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
naughty.config.notify_callback = function(update_args)
|
naughty.config.notify_callback = function(update_args)
|
||||||
notifications_list:add(style.button(
|
notifications_list:insert(1,style.button(
|
||||||
{
|
{
|
||||||
(update_args.icon and {
|
(update_args.icon and {
|
||||||
image = update_args.icon,
|
image = update_args.icon,
|
||||||
|
|
Loading…
Reference in New Issue