feat: more options
This commit is contained in:
@ -68,6 +68,7 @@ pub async fn run(_args: Vec<String>) {
|
||||
}
|
||||
}
|
||||
}))
|
||||
.plugin(tauri_plugin_fs::init())
|
||||
.plugin(tauri_plugin_deep_link::init())
|
||||
.plugin(tauri_plugin_dialog::init())
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
@ -106,6 +107,7 @@ pub async fn run(_args: Vec<String>) {
|
||||
cmd::init_profile,
|
||||
cmd::load_profile,
|
||||
cmd::get_current_profile,
|
||||
cmd::get_current_profile_dir,
|
||||
cmd::save_current_profile,
|
||||
cmd::read_profile_data,
|
||||
cmd::write_profile_data,
|
||||
|
Reference in New Issue
Block a user