Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Jan 26, 2024
2 parents 472da0b + dd4b534 commit d9df051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/scrap/src/quartz/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ impl Display {
}

pub fn scale(self) -> f64 {
unsafe { BackingScaleFactor() as _ }
// unsafe { BackingScaleFactor() as _ }
1.
}

pub fn bounds(self) -> CGRect {
Expand Down

0 comments on commit d9df051

Please sign in to comment.