mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 08:29:55 +01:00
Port the safety check enhancement from v2 to v3. The existing safety check in templates.go now respects a new -f/--force flag that allows users to explicitly acknowledge and proceed with initialization in non-empty directories. Fixes #4940 (v3 portion) https://claude.ai/code/session_01EN7wUQygUFthJ8WaRULfot |
||
|---|---|---|
| .. | ||
| main.go | ||
| README.md | ||
Systray Basic Example
This example creates a simple system tray with an attached window. The window is hidden by default and toggled by left-clicking on the systray icon. The window will hide automatically when it loses focus.
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 | Working |
| Windows | Working |
| Linux |