add plugin for saving scoped permissions will help with dialog behvior (#2497)

* build with persisted scope

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* more scopes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-05-23 14:23:14 -07:00
committed by GitHub
parent a69d7d03d0
commit d48eb0c66c
4 changed files with 30 additions and 2 deletions

View File

@ -425,6 +425,7 @@ fn main() -> Result<()> {
.build(),
)
.plugin(tauri_plugin_os::init())
.plugin(tauri_plugin_persisted_scope::init())
.plugin(tauri_plugin_process::init())
.plugin(tauri_plugin_shell::init())
.setup(|app| {