feat: rename macOS
This commit is contained in:
@@ -141,7 +141,7 @@ pub fn get_user_agent() -> String {
|
||||
|
||||
pub fn get_os() -> String {
|
||||
if cfg!(target_os = "macos") {
|
||||
"MacOS"
|
||||
"macOS"
|
||||
} else if cfg!(target_os = "ios") {
|
||||
"iOS"
|
||||
} else if cfg!(target_os = "android") {
|
||||
|
||||
Reference in New Issue
Block a user