Skip to content

Commit

Permalink
Update welcome.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Jun 10, 2024
1 parent e3c0271 commit 1a16919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ <h4 style="text-align: center;">MUTEXIS_KIT.js:</h4>
<br>
To set window icon dynamically: <code>window.Backend.win_icon("D:/path/to/your/icon")</code>
<br>
To request camera access: <code>window.Backend.getCameraAccess()</code> (returns a promise that resolves to <code>true</code> if access is granted) also recommended to use main application for this purposes and keep this application for gui interfaces only
To request camera access: <code>window.Backend.getCameraAccess()</code> (returns a promise that resolves to <code>true</code> if access is granted) also its recommended to use main application for this purposes and keep this application for gui interfaces only
<br>
To request microphone access: <code>window.Backend.getMicrophoneAccess()</code> (returns a promise that resolves to <code>true</code> if access is granted) also recommended to use main application for this purposes and keep this application for gui interfaces only
To request microphone access: <code>window.Backend.getMicrophoneAccess()</code> (returns a promise that resolves to <code>true</code> if access is granted) also its recommended to use main application for this purposes and keep this application for gui interfaces only
<br>
if you want to use webview tag , <a href="https://www.electronjs.org/docs/latest/api/webview-tag">Visit</a>
</p>
Expand Down

0 comments on commit 1a16919

Please sign in to comment.