From 2a0fd315868ff7a241161e66521ed4b019c41480 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 9 Aug 2021 18:10:49 +0300 Subject: [PATCH] Cantata: change sidebar --- profiles/applications/cantata.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/applications/cantata.nix b/profiles/applications/cantata.nix index e7629a4..152d403 100644 --- a/profiles/applications/cantata.nix +++ b/profiles/applications/cantata.nix @@ -14,6 +14,8 @@ currentConnection = "Default"; version = pkgs.cantata.version; + + hiddenPages = "PlayQueuePage, LibraryPage, PlaylistsPage, OnlineServicesPage, DevicesPage"; }; AlbumView.fullWidthCover = false;