From 6ef5c2602fe753bde80b3664ca5ebcc054c5755f Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 22 Oct 2025 05:23:21 +1100 Subject: [PATCH] Remove broken installer terminal button (#6180) ## Summary Removes broken terminal toggle button that causes UX issues during desktop installation. ## Changes - **What**: Removes "Show Terminal" button from ServerStartView during install flow - **Breaking**: None (removes broken functionality) ## Review Focus Cherry-picked from feb3c078f (v1.27.9). The button causes broken UX when clicked during install. The working "Show Logs" button remains and takes users directly to the log directory. This patch was written directly for the release, in a rush to fix issues. The fix was not PR'd into main as well (due to timing), so the original issue has now resurfaced. --- apps/desktop-ui/src/views/ServerStartView.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps/desktop-ui/src/views/ServerStartView.vue b/apps/desktop-ui/src/views/ServerStartView.vue index b7d1f4eac..3dc6cceaa 100644 --- a/apps/desktop-ui/src/views/ServerStartView.vue +++ b/apps/desktop-ui/src/views/ServerStartView.vue @@ -66,17 +66,6 @@ @click="troubleshoot" /> - -
- -