pull/291/head
Xinyu Yang 2 years ago
parent 00f4d33c6c
commit 9e033cd89f

@ -24,20 +24,14 @@ pub enum Position {
#[cfg(feature = "system-tray")] #[cfg(feature = "system-tray")]
TrayLeft, TrayLeft,
#[cfg(feature = "system-tray")] #[cfg(feature = "system-tray")]
TrayFixedLeft,
#[cfg(feature = "system-tray")]
TrayBottomLeft, TrayBottomLeft,
#[cfg(feature = "system-tray")] #[cfg(feature = "system-tray")]
TrayRight, TrayRight,
#[cfg(feature = "system-tray")] #[cfg(feature = "system-tray")]
TrayFixedRight,
#[cfg(feature = "system-tray")]
TrayBottomRight, TrayBottomRight,
#[cfg(feature = "system-tray")] #[cfg(feature = "system-tray")]
TrayCenter, TrayCenter,
#[cfg(feature = "system-tray")] #[cfg(feature = "system-tray")]
TrayFixedCenter,
#[cfg(feature = "system-tray")]
TrayBottomCenter, TrayBottomCenter,
} }

Loading…
Cancel
Save