Skip to content

Commit fa3e362

Browse files
committed
privacy-indicator: make allowAttach property bool type instead of auto
1 parent 8617a26 commit fa3e362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

privacy-indicator/Panel.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Item {
1616
property real contentPreferredHeight: 450 * Style.uiScaleRatio
1717

1818
readonly property var mainInstance: pluginApi?.mainInstance
19-
readonly property var allowAttach: true
19+
readonly property bool allowAttach: true
2020

2121
Rectangle {
2222
id: panelContainer

0 commit comments

Comments
 (0)