mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 02:31:58 +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;
|
||||
|
||||
BrowserOpenURL(utl: string): void;
|
||||
BrowserOpenURL(url: string): void;
|
||||
|
||||
Quit(): void;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user