1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-05 20:41:04 +02:00

fix: post-merge fixes

This commit is contained in:
Reinout Meliesie 2024-04-18 02:05:47 +02:00
parent b860f5b603
commit 8d0560e9ce
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
3 changed files with 7 additions and 7 deletions

View file

@ -103,6 +103,8 @@ impl ModuleConfig {
Self::Launcher(module) => create!(module),
#[cfg(feature = "music")]
Self::Music(module) => create!(module),
#[cfg(feature = "networkmanager")]
Self::NetworkManager(module) => create!(module),
#[cfg(feature = "notifications")]
Self::Notifications(module) => create!(module),
Self::Script(module) => create!(module),