diff options
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml index 8c01014..fe07286 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -258,7 +258,8 @@ Singleton { return { enabled: dashboard.enabled, showOnHover: dashboard.showOnHover, - updateInterval: dashboard.updateInterval, + mediaUpdateInterval: dashboard.mediaUpdateInterval, + resourceUpdateInterval: dashboard.resourceUpdateInterval, dragThreshold: dashboard.dragThreshold, performance: { showBattery: dashboard.performance.showBattery, |