Page 1 of 1

Erhalten Sie zwei Titel in Pywebview auf macOS

Posted: 24 Jul 2025, 12:11
by Anonymous
I'm using pywebview to display a web page on a Mac - and for some reason I am getting two titles:
Image

The code I'm using to run the PyWebView Server und erstellen Das Fenster ist:
webview.create_window(
"blah", #The title for the webpage
f"http://localhost:{port}",
width=1400,
height=900,
min_size=(800, 600),
on_top=False
)
< /code>
Was auch immer ich als Titel festgelegt habe (siehe Dokumentation hier) an beiden Orten. Wie kann ich das untere Auftreten loswerden?