Skip to content

Commit 6f1dd9d

Browse files
committed
always show panel during edit mode
1 parent 8307c7a commit 6f1dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/contents/ui/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PlasmoidItem {
3030
property int animatedMinimumWidth: minimumWidth
3131
property int animatedMinimumHeight: minimumHeight
3232
property int screen: plasmoid.containment.screen
33-
readonly property bool inEditMode: latteInEditMode || plasmoid.userConfiguring
33+
readonly property bool inEditMode: latteInEditMode || plasmoid.userConfiguring || plasmoid.containment.corona.editMode
3434
readonly property bool mustHide: {
3535
if (visibility === AppletDecoration.Types.AlwaysVisible || inEditMode)
3636
return false;

0 commit comments

Comments
 (0)