espanso/espanso-ui/src/icons.rs

9 lines
159 B
Rust
Raw Normal View History

2021-01-30 17:41:47 +00:00
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub enum TrayIcon {
Normal,
Disabled,
// For example, when macOS activates SecureInput
SystemDisabled,
}