mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-07 19:00:12 +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 |
||
---|---|---|
.. | ||
desktop | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
runtime_darwin.go | ||
runtime_dev.go | ||
runtime_linux.go | ||
runtime_prod.go | ||
runtime_windows.go | ||
runtime.go | ||
Taskfile.yaml | ||
vite.config.ts |
Runtime
To rebuild the runtime run task build-runtime
or if you have Wails v3 CLI, you can use wails3 task build-runtime
.