Skip to content
Snippets Groups Projects
Commit 41b9e541 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

JamiIdentifier: reset edit status on account changes

Change-Id: Ifc2c5380b035c10ec188e2b643d87cca9478cd51
GitLab: #1180
parent e867b578
No related branches found
Tags nightly/20230619.0 stable/20230619.0
No related merge requests found
......@@ -30,6 +30,15 @@ Item {
width: childrenRect.width
height: controlsLayout.height + usernameTextEdit.height + 2 * JamiTheme.preferredMarginSize
Connections {
target: CurrentAccount
function onIdChanged(id) {
if (!usernameTextEdit.readOnly) {
usernameTextEdit.readOnly = true;
}
}
}
// Background rounded rectangle.
Rectangle {
id: outerRect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment