From 790e1a30ccf83a40fbf3aedbab92b5ba8052f456 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Sat, 26 Jul 2025 14:40:48 +1000 Subject: dashboard: show on hover (for touch devices) --- config/DashboardConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 28e3b66..b6388e5 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -4,6 +4,7 @@ JsonObject { property bool enabled: true property int mediaUpdateInterval: 500 property int visualiserBars: 45 + property int dragThreshold: 50 property Sizes sizes: Sizes {} component Sizes: JsonObject { -- cgit v1.2.3-freya