feat: enhance capabilities and permissions for dialog and process management
All checks were successful
All checks were successful
- Updated capabilities.json to include new permissions for dialog and process features. - Expanded desktop-schema.json and windows-schema.json with detailed dialog and process permissions, including allow/deny options for various commands. - Integrated dialog and process plugins in lib.rs to enable new functionalities in the application.
This commit is contained in:
@@ -182,6 +182,8 @@ pub fn run() {
|
||||
tauri_plugin_autostart::MacosLauncher::LaunchAgent,
|
||||
Some(vec!["--minimized"]),
|
||||
))
|
||||
.plugin(tauri_plugin_dialog::init())
|
||||
.plugin(tauri_plugin_process::init())
|
||||
.setup(move |app| {
|
||||
// In dev mode, use Vite dev server; in production, use localhost plugin
|
||||
let url: tauri::Url = if cfg!(dev) {
|
||||
|
||||
Reference in New Issue
Block a user