mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 12:07:35 +00:00
update lang
This commit is contained in:
@@ -765,7 +765,9 @@ pub fn is_release() -> bool {
|
||||
|
||||
#[inline]
|
||||
pub fn is_root() -> bool {
|
||||
crate::platform::is_root()
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
return crate::platform::is_root();
|
||||
false
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user