Skip to content
Snippets Groups Projects
Commit 3577982a authored by Kessler DuPont-Teevin's avatar Kessler DuPont-Teevin Committed by Kessler DuPont-Teevin
Browse files

testing: added account switcher box

Change-Id: I76b67b819cd8e028062406b96583a36ae6a6d509
parent 3ad0b92d
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,16 @@ ApplicationWindow {
LRCInstance.selectConversation(convUid);
}
}
ListElement {
label: "Account ID"
type: "combobox"
getDataModel: () => AccountListModel
displayRole: AccountList.Username
onIndexChanged: function(model, index) {
const accountId = JamiQmlUtils.getModelData(model, index, AccountList.ID);
LRCInstance.currentAccountId = accountId;
}
}
ListElement {
label: "Force local preview"
type: "checkbox"
......
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