mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
GODT-1272: Fix status view layout
This commit is contained in:
@ -125,9 +125,9 @@ QtObject {
|
||||
screen = Qt.application.screens[i]
|
||||
if (
|
||||
isInInterval(iconCenter.x, screen.virtualX, screen.virtualX+screen.width) &&
|
||||
isInInterval(iconCenter.y, screen.virtualY, screen.virtualY+screen.heigh)
|
||||
isInInterval(iconCenter.y, screen.virtualY, screen.virtualY+screen.height)
|
||||
) {
|
||||
return
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user