mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 09:21:54 +08:00
![]() * [linux] emit system specific event for theme change Code was incorrectly emitting the `events.Common.ThemeChanged` event instead of the OS Specific `events.Linux.SystemThemeChanged` event. It is the reponsibility of the code in events_common_linux.go to map it to the common variety. * [linux] implement WindowDidMove * [linux] implement debounce for WindowDidMove * [example] listen for events.Common.WindowDidMove * [windows] move WindowDidMove mapper outside of DnD guard * WindowDidResize implementation * windows: WindowDidResize * chore: changelog update * events.Common.WindowDidMove and events.Common.WindowDidResize |
||
---|---|---|
.. | ||
@wailsio/runtime | ||
compiled | ||
README.md |
README
The main.js
file in this directory is the entrypoint for the runtime.js
file that may be
loaded at runtime. This will add window.wails
and window._wails
to the global scope.
NOTE: It is preferable to use the @wailsio/runtime
package to use the runtime.
After updating any files in this directory, you must run wails3 task build:runtime
to regenerate the compiled JS.