You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Move Cocoa-specific DPI methods to CocoaDPIUtil
The `autoScale` methods no longer have relevance in the Win32
implementation, so this commit extracts the macOS-specific DPI scaling
logic into a dedicated `CocoaDPIUtil` class. This improves platform
separation and maintains cleaner, OS-specific code boundaries.
0 commit comments