refined client configuration manager flow

This commit is contained in:
2026-01-03 22:05:30 +08:00
parent f85d7e773d
commit afdff29637
3 changed files with 99 additions and 40 deletions

View File

@@ -365,8 +365,7 @@ fn save_client_config(config: AppConfig) -> Result<(), String> {
#[tauri::command]
fn open_client_config_manager() -> Result<(), String> {
open_config_manager_window();
Ok(())
open_config_manager_window().map_err(|e| e.to_string())
}
#[tauri::command]