mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #2235 from blackbartblues/feat/plugin-panel-slot-background-color
feat(plugin-panel-slot): forward panelBackgroundColor from plugin to SmartPanel
This commit is contained in:
@@ -31,6 +31,9 @@ SmartPanel {
|
||||
panelAnchorLeft: pluginInstance?.panelAnchorLeft ?? false
|
||||
panelAnchorRight: pluginInstance?.panelAnchorRight ?? false
|
||||
|
||||
// Panel background color
|
||||
panelBackgroundColor: pluginInstance?.panelBackgroundColor ?? Color.mSurface
|
||||
|
||||
// Panel content is dynamically loaded
|
||||
panelContent: Component {
|
||||
Item {
|
||||
|
||||
Reference in New Issue
Block a user