From e0da10a92280db1c1fb9e97df098f3e2ffb33e59 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 27 May 2024 11:16:49 +0200 Subject: [PATCH] Add a missing resource for mini Signed-off-by: falkTX --- plugins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Makefile b/plugins/Makefile index f560dc2..9bcbbcc 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -1706,6 +1706,7 @@ MINIRESOURCE_FILES += surgext/res/xt/dark/components/knob-pointer-14.svg MINIRESOURCE_FILES += surgext/res/xt/dark/components/knob-pointer-16.svg MINIRESOURCE_FILES += surgext/res/xt/dark/components/mod-button.svg MINIRESOURCE_FILES += surgext/res/xt/dark/components/port.svg +MINIRESOURCE_FILES += surgext/res/xt/dark/panels/fx/BlankNoDisplay.svg MINIRESOURCE_FILES += surgext/res/xt/dark/panels/other/EGLFO.svg MINIRESOURCE_FILES += surgext/res/xt/dark/panels/other/Matrix.svg MINIRESOURCE_FILES += surgext/res/xt/dark/panels/other/Mixer.svg