You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src-tauri/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,5 @@ Let me explain some properties in `tauri.conf.json`:
7
7
-`macOSPrivateApi` allows to make webview window transparent on macOS.
8
8
-`withGlobalTauri` adds Tauri internals to global `window` object. This is needed for extensions.
9
9
-`app.windows[0].visible` makes webview window hidden by default so that user will not see blank screen while webview and frontend are loading. I manually make it visible in the code (check `/src/main.ts`) once Vue finishes mounting.
10
+
11
+
Tauri API permissions are located in `./capabilities/`.
0 commit comments