diff --git a/ui/app/AppLayouts/Profile/Sections/SyncContainer.qml b/ui/app/AppLayouts/Profile/Sections/SyncContainer.qml index cd8e974652..5da9d5a5a6 100644 --- a/ui/app/AppLayouts/Profile/Sections/SyncContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/SyncContainer.qml @@ -9,6 +9,7 @@ Item { id: syncContainer Layout.fillHeight: true Layout.fillWidth: true + property string activeMailserver: "" Connections { target: profileModel.mailservers @@ -19,7 +20,6 @@ Item { Item { width: profileContainer.profileContentWidth - anchors.horizontalCenter: parent.horizontalCenter Component {