mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Removed splash screen resizing on wayland
This commit is contained in:
parent
ffa1e4aaff
commit
37e6a1162c
1 changed files with 0 additions and 7 deletions
|
@ -20,13 +20,6 @@
|
|||
|
||||
onMount(() => {
|
||||
Window.current.show();
|
||||
|
||||
Window.current.setSize({
|
||||
width: 300,
|
||||
height: 400,
|
||||
resizable: false
|
||||
});
|
||||
|
||||
Window.current.center(300, 400);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue