mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-29 13:06:44 +00:00
GODT-1029: Fix tray icon not updating under certain conditions
This commit is contained in:
committed by
Jakub Cuth
parent
fd73ec6861
commit
18668aafc9
@ -24,7 +24,7 @@ import QtQuick.Window 2.2
|
||||
|
||||
Window {
|
||||
id: testroot
|
||||
width : 150
|
||||
width : 250
|
||||
height : 600
|
||||
flags : Qt.Window | Qt.Dialog | Qt.FramelessWindowHint
|
||||
visible : true
|
||||
@ -60,7 +60,7 @@ Window {
|
||||
Text {
|
||||
id: systrText
|
||||
anchors {
|
||||
right : test_systray.right
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
verticalCenter: test_systray.verticalCenter
|
||||
}
|
||||
text: "unset"
|
||||
|
||||
Reference in New Issue
Block a user