From 37e6a1162c623356afaa3d44eaa97ae5e1dde1ea Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 8 Jan 2022 19:30:08 +0200 Subject: [PATCH] Removed splash screen resizing on wayland --- src/splash.svelte | 7 ------- 1 file changed, 7 deletions(-) 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); });