From bb02a21d0efcad07ba0598a38ff56abfc7c06107 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 30 Mar 2024 23:24:30 +0000 Subject: [PATCH] docs(compiling): add missing notifications feature flag --- docs/Compiling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Compiling.md b/docs/Compiling.md index 30c69df2..f7eeb938 100644 --- a/docs/Compiling.md +++ b/docs/Compiling.md @@ -84,6 +84,7 @@ cargo build --release --no-default-features \ | music+all | Enables the `music` module with support for all player types. | | music+mpris | Enables the `music` module with MPRIS support. | | music+mpd | Enables the `music` module with MPD support. | +| notifications | Enables the `notiications` module. | | sys_info | Enables the `sys_info` module. | | tray | Enables the `tray` module. | | upower | Enables the `upower` module. |