From feb3c078fada8c31be200aaa600bc9380ff72711 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Tue, 7 Oct 2025 08:34:18 +1100 Subject: [PATCH] [desktop] Removes broken installer terminal button (#5946) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Removes the terminal toggle button from the desktop installer that causes broken UX when clicked during desktop install. The button itself is merely a means to show the version of logs stored in memory, using the in-app interface, as opposed to reading the files from disk. The `Show Logs` button (working) takes the user directly into the log directory. ## Changes - **What**: Removes "Show Terminal" button from ServerStartView during install flow - **Breaking**: Removes show terminal button functionality ## Review Focus The button is removed and is to be re-added at a later date (if Design agree). ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5946-desktop-Removes-broken-installer-terminal-button-2846d73d365081ac88d6c541a5d9c592) by [Unito](https://www.unito.io) --- src/views/ServerStartView.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/views/ServerStartView.vue b/src/views/ServerStartView.vue index f84a41a71..f8f40a726 100644 --- a/src/views/ServerStartView.vue +++ b/src/views/ServerStartView.vue @@ -66,17 +66,6 @@ @click="troubleshoot" /> - -