mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
* fix(macOS): run getCurrentWindowID on main thread and add nil checks AppKit must be used on the main thread. getCurrentWindowID could be called from arbitrary Go goroutines, so dispatch to the main queue when not already on the main thread. Also guard NSApp, window, and delegate with nil checks and fall back to mainWindow when keyWindow is nil to avoid wrong or missing window ID. * Update UNRELEASED_CHANGELOG.md * Update UNRELEASED_CHANGELOG.md * Update UNRELEASED_CHANGELOG.md * fix: consistent indentation and changelog formatting - Convert spaces to tabs in getCurrentWindowID() for codebase consistency - Move changelog entry below the <!-- Bug fixes --> comment Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| application | ||
| errs | ||
| events | ||
| icons | ||
| mac | ||
| services | ||
| w32 | ||