From 9d7f0c48cebec02aaf2ca780b89a763ce91f8624 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:21:44 +1100 Subject: internal: format --- modules/dashboard/Content.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/dashboard/Content.qml') diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml index 4eec97a..1cc960a 100644 --- a/modules/dashboard/Content.qml +++ b/modules/dashboard/Content.qml @@ -142,7 +142,8 @@ Item { Component.onCompleted: active = Qt.binding(() => { // Always keep current tab loaded - if (pane.index === view.currentIndex) return true; + if (pane.index === view.currentIndex) + return true; const vx = Math.floor(view.visibleArea.xPosition * view.contentWidth); const vex = Math.floor(vx + view.visibleArea.widthRatio * view.contentWidth); return (vx >= x && vx <= x + implicitWidth) || (vex >= x && vex <= x + implicitWidth); -- cgit v1.2.3-freya