migrate: v2 basically working
This commit is contained in:
@@ -53,5 +53,5 @@ pub fn set_auto_login_user(user: &str) -> String {
|
||||
|
||||
#[tauri::command]
|
||||
pub fn check_file_exists(file: &str) -> bool {
|
||||
std::path::Path::new(&file).exists()
|
||||
std::path::Path::new(&file).exists()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user