From bdfad151d6243aa017f5f68a34c6e9ab2810ea3c Mon Sep 17 00:00:00 2001 From: Yvette Carlisle Date: Thu, 11 Jun 2026 10:07:48 +0800 Subject: [PATCH] {"schema":"decodex/commit/1","summary":"Remove fixed route header icon","authority":"manual"} --- .../Sources/DecodexApp/AccountPanelView.swift | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift b/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift index 7bdc77507..3c09d500c 100644 --- a/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift +++ b/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift @@ -374,21 +374,6 @@ struct AccountPanelView: View { help: "Open Decodex WebUI" ) - if hasFixedSelection { - PanelIconButtonView( - symbol: "shuffle", - tint: PanelPalette.actionBlue(colorScheme), - isActive: false, - action: { - Task { - await store.clearSelection() - } - }, - help: "Restore balanced run routing" - ) - .transition(.opacity.combined(with: .scale(scale: 0.96))) - } - PanelIconButtonView( symbol: "plus", tint: PanelPalette.actionBlue(colorScheme),