improved dismissable notification (#4680)

The notification about the flag --community has been improved by changing its style (info to warning)
This commit is contained in:
gabryon99 2020-11-06 12:27:05 +01:00
parent 4eaedf5c75
commit 1a1090eaf0
3 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ local function create_forced_community_notification(notification)
local title = i18n("about.licence")
local description = i18n("about.forced_community_notification")
return notification_ui:create(notification.id, title, description, NotificationLevels.INFO, nil --[[ no action --]], notification.dismissable)
return notification_ui:create(notification.id, title, description, NotificationLevels.WARNING, nil --[[ no action --]], notification.dismissable)
end
-- ###############################################################