diff --git a/welcome.html b/welcome.html index 8d147ad..02dc999 100644 --- a/welcome.html +++ b/welcome.html @@ -95,6 +95,8 @@

MUTEXIS_KIT.js:


To set the width and height: window.Backend.win_size(1000, 1000, "false") (if true is set, the window will change height smoothly)
+ To set window icon dynamically: window.Backend.win_icon("D:/path/to/your/icon") +
if you want to use webview tag , Visit