2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Support logout of a secondary account.

This commit is contained in:
John Preston
2020-06-16 13:40:43 +04:00
parent 5e045ec02c
commit bc144377c0
18 changed files with 189 additions and 81 deletions

View File

@@ -113,6 +113,8 @@ public:
not_null<PhotoData*> photo);
void hideMediaPreview();
void showLogoutConfirmation();
void updateControlsGeometry() override;
protected:
@@ -137,7 +139,6 @@ public slots:
void onShowAddContact();
void onShowNewGroup();
void onShowNewChannel();
void onLogout();
signals:
void tempDirCleared(int task);