We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allowAttach
1 parent 8617a26 commit fa3e362Copy full SHA for fa3e362
1 file changed
privacy-indicator/Panel.qml
@@ -16,7 +16,7 @@ Item {
16
property real contentPreferredHeight: 450 * Style.uiScaleRatio
17
18
readonly property var mainInstance: pluginApi?.mainInstance
19
- readonly property var allowAttach: true
+ readonly property bool allowAttach: true
20
21
Rectangle {
22
id: panelContainer
0 commit comments