From 077989a347fb808b21f4a0a807b1417352a11226 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Fri, 20 Mar 2026 21:07:10 -0400 Subject: [PATCH] Update PluginPanelSlot.qml --- Modules/Panels/Plugins/PluginPanelSlot.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Panels/Plugins/PluginPanelSlot.qml b/Modules/Panels/Plugins/PluginPanelSlot.qml index db1518f4a..a87c6f2c8 100644 --- a/Modules/Panels/Plugins/PluginPanelSlot.qml +++ b/Modules/Panels/Plugins/PluginPanelSlot.qml @@ -31,7 +31,7 @@ SmartPanel { panelAnchorLeft: pluginInstance?.panelAnchorLeft ?? false panelAnchorRight: pluginInstance?.panelAnchorRight ?? false - // Allow plugin to override the panel background color (e.g. for transparent mode) + // Panel background color panelBackgroundColor: pluginInstance?.panelBackgroundColor ?? Color.mSurface // Panel content is dynamically loaded