From a310c3cd8ef1b7fb50f66e5015dbbd3710668d61 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Tue, 7 Oct 2025 07:22:22 +1100 Subject: [PATCH] Fix images missing during desktop install (#5941) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary There's missing desktop GPU picker images caused by refactoring of desktop front-end installation code. Was previously not an issue because the paths were automatically adjusted by Vue, vite, or some other tooling. Now that these are set programmatically (component props), this "helpful" path adjustment is no longer occurring. ## Changes - **What**: Takes away leading `/` from image paths. ## Screenshots (if applicable) Current: image Proposed: image ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5941-Fix-images-missing-during-desktop-install-2846d73d365081c7b318c0ff31f70f2f) by [Unito](https://www.unito.io) --- src/components/install/GpuPicker.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/install/GpuPicker.vue b/src/components/install/GpuPicker.vue index e95d3204c..d062c1cf2 100644 --- a/src/components/install/GpuPicker.vue +++ b/src/components/install/GpuPicker.vue @@ -11,7 +11,7 @@