Erhalten Sie zwei Titel in Pywebview auf macOSPython

Python-Programme
Anonymous
 Erhalten Sie zwei Titel in Pywebview auf macOS

Post 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?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post