Other: small fixes on devel-facelift

This commit is contained in:
Alexander Bilyak
2021-10-04 17:36:32 +00:00
committed by Jakub
parent d11cf57879
commit 3601adcae6
5 changed files with 7 additions and 122 deletions

View File

@ -25,7 +25,7 @@ import Notifications 1.0
QtObject {
id: root
property var backend: go
property var backend
property Notifications _notifications: Notifications {
id: notifications
@ -98,7 +98,7 @@ QtObject {
visible: true
icon.source: "./icons/systray-mono.png"
icon.mask: true // make sure that systems like macOS will use proper color
tooltip: `Proton Mail Bridge v${go.version}`
tooltip: `Proton Mail Bridge v${backend.version}`
onActivated: {
function calcStatusWindowPosition() {
function isInInterval(num, lower_limit, upper_limit) {