diff --git a/qml/components/settingsPage/SettingsUserProfile.qml b/qml/components/settingsPage/SettingsUserProfile.qml index d7d7424..c5414e0 100644 --- a/qml/components/settingsPage/SettingsUserProfile.qml +++ b/qml/components/settingsPage/SettingsUserProfile.qml @@ -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); }