mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
fix ci
This commit is contained in:
parent
1d755c705b
commit
f016281e30
@ -71,7 +71,7 @@ impl Display {
|
||||
}
|
||||
|
||||
pub fn scale(self) -> f64 {
|
||||
unsafe { BackingScaleFactor() } as _
|
||||
unsafe { BackingScaleFactor() as _ }
|
||||
}
|
||||
|
||||
pub fn bounds(self) -> CGRect {
|
||||
|
Loading…
Reference in New Issue
Block a user