Chore: Merge PR (#78)

Rework authentication for smoother switching between servers and auth mode
This commit is contained in:
Shozikan
2026-05-19 18:52:48 -05:00
committed by GitHub
7 changed files with 634 additions and 39 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ use crate::server::resolve::strip_unc;
#[cfg(target_os = "windows")]
use std::path::PathBuf;
use tauri::Manager;
use std::path::PathBuf;
#[tauri::command]
pub fn get_platform_ui_scale(window: tauri::Window) -> f64 {
@@ -167,4 +168,4 @@ pub fn reset_suwayomi_data(app: tauri::AppHandle) -> Result<(), String> {
}
}
Ok(())
}
}