Skip to content

Commit 51757fd

Browse files
committed
fix: panel colorizer visibility not changing in Edit Mode
refs: #537
1 parent 7137292 commit 51757fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package/contents/ui/main.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ PlasmoidItem {
607607
onEditModeChanged: {
608608
if (editMode)
609609
return;
610+
Qt.callLater(updatePlasmoidStatus);
610611
Qt.callLater(initAll);
611612
}
612613

0 commit comments

Comments
 (0)