mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 01:12:48 +02:00
notice login/logout change in pal
This commit is contained in:
parent
be2fdd9388
commit
1d60a55d5f
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ Rectangle {
|
|||
id: letterboxMessage;
|
||||
z: 999; // Force the popup on top of everything else
|
||||
}
|
||||
Connections {
|
||||
target: GlobalServices
|
||||
onMyUsernameChanged: {
|
||||
myData.userName = Account.username;
|
||||
myDataChanged(); // Setting a property within an object isn't enough to update dependencies. This will do it.
|
||||
}
|
||||
}
|
||||
// The ComboDialog used for setting availability
|
||||
ComboDialog {
|
||||
id: comboDialog;
|
||||
|
|
Loading…
Reference in a new issue