mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
fix: fix the BrowserOpenURL method signature in the ts declaration file
This commit is contained in:
@@ -73,7 +73,7 @@ interface runtime {
|
||||
|
||||
WindowSetRGBA(rgba: RGBA): void;
|
||||
|
||||
BrowserOpenURL(): void;
|
||||
BrowserOpenURL(utl: string): void;
|
||||
|
||||
Quit(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user