Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles system tray integration and Flutter UI lifecycle
func New ¶
New creates a new tray manager. apiAddr is the host:port of the API server (e.g. "localhost:1985") so tray commands reach the correct port.
func (*Manager) QuitChannel ¶
func (m *Manager) QuitChannel() <-chan struct{}
QuitChannel returns the quit channel
Click to show internal directories.
Click to hide internal directories.