package
Version:
v0.30.1
Opens a new window with list of versions in this module.
Published: May 7, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
State represents the current tray status.
const (
StateIdle State = "idle"
StateRecording State = "recording"
StateProcessing State = "processing"
StateDone State = "done"
)
type Tray struct {
OnQuit func()
OnSettings func()
OnFeedback func()
}
Tray manages the Wails v3 native system tray.
New creates a system tray with menu and icons.
SetState updates the tray tooltip to reflect the current state.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.