mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:01:24 +00:00
Typo
This commit is contained in:
+2
-2
@@ -45,7 +45,7 @@ QBConfig.Notify.NotificationStyling = {
|
|||||||
-- These are how you define different notification variants
|
-- These are how you define different notification variants
|
||||||
-- The "color" key is background of the notification
|
-- The "color" key is background of the notification
|
||||||
-- The "icon" key is the css-icon code, this project uses `Material Icons` & `Font Awesome`
|
-- The "icon" key is the css-icon code, this project uses `Material Icons` & `Font Awesome`
|
||||||
QBconfig.Notify.VariantDefinitions = {
|
QBConfig.Notify.VariantDefinitions = {
|
||||||
success = {
|
success = {
|
||||||
color = 'green',
|
color = 'green',
|
||||||
icon = 'done'
|
icon = 'done'
|
||||||
@@ -66,4 +66,4 @@ QBconfig.Notify.VariantDefinitions = {
|
|||||||
color = 'red',
|
color = 'red',
|
||||||
icon = 'fas fa-ambulance'
|
icon = 'fas fa-ambulance'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user