
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?