diff options
| -rw-r--r-- | pages/Settings.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml index a9389ee4..fac31037 100644 --- a/pages/Settings.qml +++ b/pages/Settings.qml @@ -719,6 +719,12 @@ Rectangle { inputDialog.onRejectedCallback = null; inputDialog.open() } + + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.NoButton + cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor + } } TextBlock { |
