Fix build when notify is disabled
This commit is contained in:
parent
506ad72015
commit
3613f8831b
@ -89,6 +89,7 @@ where
|
|||||||
gui,
|
gui,
|
||||||
audio,
|
audio,
|
||||||
prefs,
|
prefs,
|
||||||
|
#[cfg(feature = "notify")]
|
||||||
notif,
|
notif,
|
||||||
hotkeys: RefCell::new(hotkeys),
|
hotkeys: RefCell::new(hotkeys),
|
||||||
};
|
};
|
||||||
|
@ -393,6 +393,7 @@ impl PrefsDialog {
|
|||||||
device_prefs,
|
device_prefs,
|
||||||
view_prefs,
|
view_prefs,
|
||||||
behavior_prefs,
|
behavior_prefs,
|
||||||
|
#[cfg(feature = "notify")]
|
||||||
notify_prefs,
|
notify_prefs,
|
||||||
hotkey_prefs,
|
hotkey_prefs,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user