Skip to content

Commit ec6a299

Browse files
committed
2 parents f8c374b + 4e7becf commit ec6a299

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/src/utils/help.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub async fn select_last_profile() -> Result<(),()>{
186186
pub fn user_has_admin_right() -> Result<bool,String>{
187187
#[cfg(target_os = "macos")]
188188
{
189-
return Err("This program doesn't supports Mac operating system yet!!!")
189+
return Err("This program doesn't supports Mac operating system yet!!!".to_string())
190190
}
191191
#[cfg(target_os = "windows")]
192192
// Check user is in administrators group
@@ -323,4 +323,4 @@ fn test_convert_deeplink_to_url_for_import_profile(){
323323
}else{
324324
panic!("Test successfully completed")
325325
}
326-
}
326+
}

0 commit comments

Comments
 (0)