Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
5e25b6ab
Verified
Commit
5e25b6ab
authored
Sep 20, 2022
by
Fushan Wen
Browse files
containments/panel: respect `Plasmoid.immutable`
(cherry picked from commit
95c7df65
)
parent
327033a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/panel/contents/ui/main.qml
View file @
5e25b6ab
...
...
@@ -149,11 +149,15 @@ function checkLastSpacer() {
return
;
}
if
(
Plasmoid
.
immutable
)
{
return
;
}
Plasmoid
.
applets
.
forEach
(
applet
=>
applet
.
expanded
=
false
);
const
component
=
Qt
.
createComponent
(
"
ConfigOverlay.qml
"
);
root
.
configOverlay
=
component
.
createObject
(
root
,
{
"
anchors.fill
"
:
root
,
});
Plasmoid
.
applets
.
forEach
(
applet
=>
applet
.
expanded
=
false
);
}
//END connections
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment