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/controlcenter/Session.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/controlcenter/Session.qml') diff --git a/modules/controlcenter/Session.qml b/modules/controlcenter/Session.qml index e77cd34..8a8545f 100644 --- a/modules/controlcenter/Session.qml +++ b/modules/controlcenter/Session.qml @@ -18,5 +18,6 @@ QtObject { readonly property VpnState vpn: VpnState {} onActiveChanged: activeIndex = Math.max(0, panes.indexOf(active)) - onActiveIndexChanged: if (panes[activeIndex]) active = panes[activeIndex] + onActiveIndexChanged: if (panes[activeIndex]) + active = panes[activeIndex] } -- cgit v1.2.3-freya