mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v2] Fix type on runtime
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ interface runtime {
|
||||
|
||||
WindowSetRGBA(rgba: RGBA): void;
|
||||
|
||||
BrowserOpenURL(utl: string): void;
|
||||
BrowserOpenURL(url: string): void;
|
||||
|
||||
Quit(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user