mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 17:42:24 +08:00
![]() * [v3-Windows] New DIP system for Enhanced High DPI Monitor Support * Update changelog * Remove asset middleware * Remove SetThreadDpiAwarenessContext() * Fix macOS build. * Fill missing screens fields (linux, darwin) * Skip DPI transformation on unsupported platforms * Simplify distanceFromRectSquared() * Update v3/pkg/application/screenmanager.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
main.go | ||
README.md |
Systray Example
This example creates a system tray with an attached window and a menu. The window is hidden by default and toggled by left-clicking on the systray icon. The window will hide automatically when it loses focus. Right-clicking on the systray icon will show the menu.
On Windows, if the icon is in the notification flyout, then the window will be shown in the bottom right corner.
Status
Platform | Status |
---|---|
Mac | |
Windows | Working |
Linux |