revert: feat: use tauri-plugin-persisted-scope

This commit is contained in:
huzibaca
2024-10-30 18:28:55 +08:00
parent c5916cf5ec
commit 00bc6a6301
3 changed files with 0 additions and 28 deletions

View File

@@ -41,7 +41,6 @@ pub fn run() {
.plugin(tauri_plugin_dialog::init())
.plugin(tauri_plugin_shell::init())
.plugin(tauri_plugin_deep_link::init())
.plugin(tauri_plugin_persisted_scope::init())
.setup(|app| {
#[cfg(target_os = "linux")]
{