Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed(bar): screen scaling logic for 4K monitor compatibility
Temporary commented out the screen scaling logic in the Bar class to resolve positioning issues on 4K monitors. The previous implementation caused problems when determining the correct bar position, especially on non-primary displays with high pixel density. This change simplifies the geometry calculations by removing unnecessary scaling checks, improving stability across various display configurations. Further testing may be needed to confirm that this adjustment does not introduce new issues.
- Loading branch information