summaryrefslogtreecommitdiffstats
path: root/src/Presentation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Presentation.qml')
-rw-r--r--src/Presentation.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Presentation.qml b/src/Presentation.qml
index 1616ff3..d922f2d 100644
--- a/src/Presentation.qml
+++ b/src/Presentation.qml
@@ -51,6 +51,7 @@ Item {
property bool showNotes: false;
property bool allowDelay: true;
+ property alias mouseNavigation: mouseArea.enabled
property color titleColor: textColor;
property color textColor: "black"