Removed splash screen resizing on wayland

This commit is contained in:
Observer KRypt0n_ 2022-01-08 19:30:08 +02:00
parent ffa1e4aaff
commit 37e6a1162c
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -20,13 +20,6 @@
onMount(() => {
Window.current.show();
Window.current.setSize({
width: 300,
height: 400,
resizable: false
});
Window.current.center(300, 400);
});