mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 03:40:45 +08:00
[v2] Fix type on runtime
This commit is contained in:
parent
03cdfad418
commit
c2b8247fbb
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user