Skip to content

Commit 330257c

Browse files
Laegelhimself65
andauthored
Fix/remove edge prop (tauri-apps#112)
* fix(docs): remove property 'edge' (tauri-apps#106) * fix: Also removed from displayed properties Co-authored-by: Himself65 <[email protected]>
1 parent 23b1d4e commit 330257c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/en/api/config.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,6 @@ It's composed of the following properties:
220220
</div>` },
221221
]} />
222222
},
223-
{
224-
property: "edge", type: "object",
225-
child: <Properties anchorRoot="tauri.edge" rows={[
226-
{ property: "active", optional: true, type: "boolean", description: `Whether you want to build with Microsoft Edge or with Microsoft Internet Explorer.` },
227-
]} />
228-
},
229223
{
230224
property: "inliner", type: "object",
231225
child: <Properties anchorRoot="tauri.inliner" rows={[
@@ -316,9 +310,6 @@ Instead of launching the app directly, we configure the bundled app to run a scr
316310
"security": {
317311
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
318312
},
319-
"edge": {
320-
"active": true
321-
},
322313
"inliner": {
323314
"active": true
324315
}

0 commit comments

Comments
 (0)