mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 09:13:29 +00:00
Update notify
Changed styling and icons, updated cdn's
This commit is contained in:
+3
-3
@@ -46,15 +46,15 @@ QBConfig.Notify.NotificationStyling = {
|
||||
QBConfig.Notify.VariantDefinitions = {
|
||||
success = {
|
||||
classes = 'success',
|
||||
icon = 'done'
|
||||
icon = 'task_alt'
|
||||
},
|
||||
primary = {
|
||||
classes = 'primary',
|
||||
icon = 'info'
|
||||
icon = 'notifications'
|
||||
},
|
||||
error = {
|
||||
classes = 'error',
|
||||
icon = 'dangerous'
|
||||
icon = 'warning'
|
||||
},
|
||||
police = {
|
||||
classes = 'police',
|
||||
|
||||
Reference in New Issue
Block a user