From cf09ac9269e45834f14e3b3750698fe43494867a Mon Sep 17 00:00:00 2001 From: josselinonduty Date: Fri, 15 Aug 2025 01:22:51 +0200 Subject: [PATCH] chore: update makefile for patch 14 (systray actions) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 278345f..90e7449 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ prepare: clean install_build_deps @echo "11 - Hide Application is offline banner (https://github.com/aunetx/deezer-linux/pull/124)" @echo "12 - Disable animations (https://github.com/aunetx/deezer-linux/pull/133)" @echo "13 - Disable notifications (https://github.com/aunetx/deezer-linux/pull/151)" + @echo "14 - Make thumbar actions work (https://github.com/aunetx/deezer-linux/pull/153)" @$(foreach p, $(wildcard ./patches/*), patch -p 1 -d $(APP_DIR) < $(p);)