hl.mata.lua: add string to NotificationOptions's icon param. (#14334)

This commit is contained in:
erstarr
2026-05-07 20:01:16 +01:00
committed by GitHub
parent acba1c440b
commit c18186a519
+1 -1
View File
@@ -459,7 +459,7 @@ local __HL_PermissionSpec = {}
---@class HL.NotificationOptions
---@field color? string
---@field timeout? number
---@field icon? integer
---@field icon? integer|string
---@field font_size? number
local __HL_NotificationOptions = {}