We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8307c7a commit 6f1dd9dCopy full SHA for 6f1dd9d
package/contents/ui/main.qml
@@ -30,7 +30,7 @@ PlasmoidItem {
30
property int animatedMinimumWidth: minimumWidth
31
property int animatedMinimumHeight: minimumHeight
32
property int screen: plasmoid.containment.screen
33
- readonly property bool inEditMode: latteInEditMode || plasmoid.userConfiguring
+ readonly property bool inEditMode: latteInEditMode || plasmoid.userConfiguring || plasmoid.containment.corona.editMode
34
readonly property bool mustHide: {
35
if (visibility === AppletDecoration.Types.AlwaysVisible || inEditMode)
36
return false;
0 commit comments