5.3
#1500
Replies: 1 comment 1 reply
-
|
@r0x0r how to custom window appearance, would u give a simple example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
⚡ Features
AllNative window object for each platform is now exposedwindow.native. You can use it for example for applying custom appearance to a window. Additionally WebView is exposed viawindow.native.webviewAllNewwindow.events.before_showevent.AllNew DomEventHandlerdebounceparameter. It can be used it for solving performance issues withdragoverandmouseoverevents.GTK/QTapplication icon support for GTK and QT platformswebview.start(icon=<path>)🚀 Improvements
AllStorage path is now verified for write permissions before application start. An exception is thrown, if path is not writable.AllRefined logic at which point of the startup procedureshownevent is fired.CocoaBetter handling of stopping event loop in headless environments.WindowsFallback to WinForms when QT is forced and not availableWindowsRemove white border in a fullscreen window.WindowsSupport multiple selection in open folder dialog.🐞 Bug fixes
AllSupport for Unicode filenames in drag and drop. Thanks @hustshenlCocoaFix open file dialog file type selector and all files filterCocoaFix folder drag and drop. Thanks @pythonsGTKFix multiple file drag and drop on certain Linux distributions. Thanks @coffeejunkQTQT6 compatilibityQTRelease of profile requested but WebEnginePage still not deleted with multiple windowsWindowsGraceful handling forshcore.dllnot being present on Windows 7. Thanks @rafael-vasconcellos.WindowsReturn result of open folder dialog is fixed to tuple.Edge ChromiumCurrent url not being updated after a navigation event. Thanks @hustshenlThis discussion was created from the release 5.3.
Beta Was this translation helpful? Give feedback.
All reactions