mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
slint: Change Platform.os to return a new enum OperatingSystemType (#8679)
* slint: Change Platform.os to return a new enum OperatingSystemType cc #8631
This commit is contained in:
parent
2d6ebc7df7
commit
06a19e59ad
9 changed files with 61 additions and 43 deletions
|
@ -3992,7 +3992,7 @@ fn compile_builtin_function_call(
|
|||
"self->update_timers()".into()
|
||||
}
|
||||
BuiltinFunction::DetectOperatingSystem => {
|
||||
format!("slint::private_api::detect_operating_system()")
|
||||
format!("slint::cbindgen_private::slint_detect_operating_system()")
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue