1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00

fix: clipboard partially behind wrong feature flag

This commit is contained in:
Jake Stanger 2023-06-30 23:00:52 +01:00
parent 6ae15f44bd
commit a9ac29d885
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -30,7 +30,7 @@ pub use self::truncate::{EllipsizeMode, TruncateMode};
#[derive(Debug, Deserialize, Clone)]
#[serde(tag = "type", rename_all = "snake_case")]
pub enum ModuleConfig {
#[cfg(feature = "clock")]
#[cfg(feature = "clipboard")]
Clipboard(Box<ClipboardModule>),
#[cfg(feature = "clock")]
Clock(Box<ClockModule>),