refactor: using tauri http client

This commit is contained in:
2025-04-13 19:34:02 +01:00
parent eba4268718
commit 878a47ffd1
7 changed files with 162 additions and 8 deletions

View File

@@ -108,6 +108,7 @@ pub fn run() {
let watcher_state = Arc::new(Mutex::new(WatcherState::new()));
tauri::Builder::default()
.plugin(tauri_plugin_http::init())
.plugin(tauri_plugin_dialog::init())
.plugin(tauri_plugin_opener::init())
.manage(watcher_state)