Skip to content

Commit

Permalink
always show panel during edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyhunter committed Mar 10, 2024
1 parent 8307c7a commit 6f1dd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PlasmoidItem {
property int animatedMinimumWidth: minimumWidth
property int animatedMinimumHeight: minimumHeight
property int screen: plasmoid.containment.screen
readonly property bool inEditMode: latteInEditMode || plasmoid.userConfiguring
readonly property bool inEditMode: latteInEditMode || plasmoid.userConfiguring || plasmoid.containment.corona.editMode
readonly property bool mustHide: {
if (visibility === AppletDecoration.Types.AlwaysVisible || inEditMode)
return false;
Expand Down

0 comments on commit 6f1dd9d

Please sign in to comment.