Skip to content

Commit

Permalink
fix: menu invisible
Browse files Browse the repository at this point in the history
make menu disabaled not invisible

log: as title
  • Loading branch information
tsic404 committed Apr 18, 2024
1 parent 3a3a8d2 commit 189d964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panels/dock/package/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Window {
value: Dock.KeepHidden
}
EnumPropertyMenuItem {
visible: Panel.debugMode
enabled: Panel.debugMode
name: qsTr("Smart Hide")
prop: "hideMode"
value: Dock.SmartHide
Expand Down

0 comments on commit 189d964

Please sign in to comment.