pyinstaller: allow Splash(text_pos = None) (#11835)

This commit is contained in:
bersbersbers
2024-04-25 22:42:18 +02:00
committed by GitHub
parent 9ca0b20529
commit 48a68f521e

View File

@@ -30,7 +30,7 @@ class Splash(Target):
binaries: list[_TOCTuple],
datas: list[_TOCTuple],
*,
text_pos: tuple[int, int] = ...,
text_pos: tuple[int, int] | None = ...,
text_size: int = 12,
text_font: str = ...,
text_color: str = "black",