mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 06:18:00 +02:00
meta/stubs: fix notification icon type (#14320)
This commit is contained in:
parent
1dc8a0db81
commit
6b8b201002
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue