From 1f7fe021df082c2f6124cdbf3b34643ba4ea2e15 Mon Sep 17 00:00:00 2001 From: llama Date: Sat, 18 Oct 2025 10:03:41 +0800 Subject: [PATCH] modify Warning to take icon --- qt/launcher-gui/src/routes/Warning.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qt/launcher-gui/src/routes/Warning.svelte b/qt/launcher-gui/src/routes/Warning.svelte index f7549e6ca..befae39b0 100644 --- a/qt/launcher-gui/src/routes/Warning.svelte +++ b/qt/launcher-gui/src/routes/Warning.svelte @@ -13,9 +13,16 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html {#if warning} - +
+ {withoutUnicodeIsolation(warning)}
{/if} + +