Skip to content

Commit d515d4e

Browse files
author
Iam54r1n4
committed
Just add TODO
1 parent 2dd5d58 commit d515d4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/src/utils/help.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ pub async fn select_last_profile() -> Result<(),()>{
184184
}
185185
}
186186
pub fn user_has_admin_right() -> Result<bool,String>{
187+
//TODO: @sarina find a way to check admin right in mac os
187188
#[cfg(target_os = "macos")]
188189
{
189190
return Err("This program doesn't supports Mac operating system yet!!!".to_string())

0 commit comments

Comments
 (0)