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:
parent
6ae15f44bd
commit
a9ac29d885
1 changed files with 1 additions and 1 deletions
|
@ -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>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue