mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Allow defining icon
- Adds warning class
This commit is contained in:
+6
-2
@@ -46,15 +46,19 @@ QBConfig.Notify.NotificationStyling = {
|
||||
QBConfig.Notify.VariantDefinitions = {
|
||||
success = {
|
||||
classes = 'success',
|
||||
icon = 'task_alt'
|
||||
icon = 'check_circle'
|
||||
},
|
||||
primary = {
|
||||
classes = 'primary',
|
||||
icon = 'notifications'
|
||||
},
|
||||
warning = {
|
||||
classes = 'warning',
|
||||
icon = 'warning'
|
||||
},
|
||||
error = {
|
||||
classes = 'error',
|
||||
icon = 'warning'
|
||||
icon = 'error'
|
||||
},
|
||||
police = {
|
||||
classes = 'police',
|
||||
|
||||
Reference in New Issue
Block a user