meta/stubs: fix notification icon type (#14320)

This commit is contained in:
Maxim Andreev 2026-05-07 15:05:50 +04:00 committed by GitHub
parent 1dc8a0db81
commit 6b8b201002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -663,7 +663,7 @@ def generate_stub(root: Path) -> str:
[
("color", "string", True),
("timeout", "number", True),
("icon", "integer", True),
("icon", "integer|string", True),
("font_size", "number", True),
],
)