diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f2a2f678..f667212b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -11,7 +11,11 @@ edition = "2021" tauri-build = { version = "1", features = [] } [dependencies] -tauri = { version = "1", features = [ "http-all"] } +tauri = { version = "1", features = [ + "dialog-all", + "http-all", + "linux-protocol-headers", +] } serde = { version = "1" } serde_derive = { version = "1" } serde_json = "1" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0660038b..b71d79f1 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -11,10 +11,15 @@ "tauri": { "allowlist": { "all": false, + "dialog": { + "all": true + }, "http": { "all": true, "request": true, - "scope": ["https://www.speedrun.com/static/*"] + "scope": [ + "https://www.speedrun.com/static/*" + ] } }, "windows": [