File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ _Released xx/10/2024_
24
24
25
25
- ` All ` Support for Unicode filenames in drag and drop. Thanks @hustshenl
26
26
- ` Cocoa ` Fix open file dialog file type selector and all files filter
27
+ - ` Cocoa ` Fix folder drag and drop. Thanks @pythons
27
28
- ` GTK ` Fix multiple file drag and drop on certain Linux distributions. Thanks @coffeejunk
28
29
- ` QT ` QT6 compatilibity
29
30
- ` QT ` Release of profile requested but WebEnginePage still not deleted with multiple windows
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ pip install pywebview
24
24
25
25
_ On Linux you need additional libraries. Refer to the [ installation] ( /guide/installation.html ) page for details._
26
26
27
-
28
27
### Hello world:
28
+
29
29
``` python
30
30
import webview
31
31
webview.create_window(' Hello world' , ' https://pywebview.flowrl.com/' )
You can’t perform that action at this time.
0 commit comments