diff --git a/core/tauri.conf.json b/core/tauri.conf.json index b8aaed9..8289666 100644 --- a/core/tauri.conf.json +++ b/core/tauri.conf.json @@ -11,7 +11,10 @@ }, "tauri": { "allowlist": { - "all": true + "all": true, + "fs": { + "scope": ["$CONFIG/Levminer/*"] + } }, "bundle": { "active": true, diff --git a/interface/components/navigation.svelte b/interface/components/navigation.svelte index d2717df..3862bb2 100644 --- a/interface/components/navigation.svelte +++ b/interface/components/navigation.svelte @@ -1,4 +1,4 @@ -