re-enable isolation. fmt. default perms

This commit is contained in:
FabianLars
2025-08-14 14:03:58 +02:00
parent 9804eeef03
commit d1edf783e1
8 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
use tauri::{AppHandle, Runtime, command};
use tauri::{command, AppHandle, Runtime};
use crate::{Result, SecureStorageExt};
+1 -1
View File
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
use serde::{Serialize, ser::Serializer};
use serde::{ser::Serializer, Serialize};
pub type Result<T> = std::result::Result<T, Error>;
+1 -1
View File
@@ -4,8 +4,8 @@
use keyring::Entry;
use tauri::{
AppHandle, Manager, Runtime,
plugin::{Builder, TauriPlugin},
AppHandle, Manager, Runtime,
};
mod commands;