fixup! Settings: add login info and logout to Profile
This commit is contained in:
parent
f33162801c
commit
313a4d3827
1 changed files with 0 additions and 5 deletions
|
@ -74,11 +74,6 @@ AccordionItem {
|
|||
}
|
||||
}
|
||||
onOkReceived: {
|
||||
if (request === "terminateSession") {
|
||||
appNotification.show(qsTr("Session was terminated"));
|
||||
accordionContent.loaded = false;
|
||||
tdLibWrapper.getActiveSessions();
|
||||
}
|
||||
if (request === "deleteProfilePhoto") {
|
||||
tdLibWrapper.getUserProfilePhotos(userInformation.id, 100, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue