diff --git a/src/splash.svelte b/src/splash.svelte index 685a77e..b5025bb 100644 --- a/src/splash.svelte +++ b/src/splash.svelte @@ -20,13 +20,6 @@ onMount(() => { Window.current.show(); - - Window.current.setSize({ - width: 300, - height: 400, - resizable: false - }); - Window.current.center(300, 400); });