5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 03:59:59 +08:00

[v2] Fix type on runtime

This commit is contained in:
Lea Anthony 2021-09-14 06:48:19 +10:00
parent 03cdfad418
commit c2b8247fbb

View File

@ -73,7 +73,7 @@ interface runtime {
WindowSetRGBA(rgba: RGBA): void; WindowSetRGBA(rgba: RGBA): void;
BrowserOpenURL(utl: string): void; BrowserOpenURL(url: string): void;
Quit(): void; Quit(): void;
} }