From 0c4854326b8ac2b1a410fdcfe80f5d40c428e3b1 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 12 Jul 2025 13:15:10 +0200 Subject: [PATCH] Update --- wailsjs/runtime/runtime.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wailsjs/runtime/runtime.d.ts b/wailsjs/runtime/runtime.d.ts index 94778df..4445dac 100644 --- a/wailsjs/runtime/runtime.d.ts +++ b/wailsjs/runtime/runtime.d.ts @@ -134,7 +134,7 @@ export function WindowIsFullscreen(): Promise; // [WindowSetSize](https://wails.io/docs/reference/runtime/window#windowsetsize) // Sets the width and height of the window. -export function WindowSetSize(width: number, height: number): Promise; +export function WindowSetSize(width: number, height: number): void; // [WindowGetSize](https://wails.io/docs/reference/runtime/window#windowgetsize) // Gets the width and height of the window.