From b6f7f8495513d721260495aaa82b9780b8ce8711 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 24 Jul 2025 08:55:08 +0200 Subject: [PATCH] fix: overflow issue on error dialog --- src/screens/Launch.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/Launch.svelte b/src/screens/Launch.svelte index 1d46c18..ccd71f3 100644 --- a/src/screens/Launch.svelte +++ b/src/screens/Launch.svelte @@ -519,7 +519,7 @@ - +
@@ -527,10 +527,10 @@ Error on Launch!
{#if launchError} -
{JSON.stringify(
+        
{JSON.stringify(
             launchError,
             Object.getOwnPropertyNames(launchError),
             2