mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add AUTH_KEY_DROP_ service notification support.
Also move logout code to Messenger.
This commit is contained in:
@@ -183,12 +183,6 @@ void activateClickHandler(ClickHandlerPtr handler, Qt::MouseButton button) {
|
||||
});
|
||||
}
|
||||
|
||||
void logOutDelayed() {
|
||||
InvokeQueued(QCoreApplication::instance(), [] {
|
||||
App::logOut();
|
||||
});
|
||||
}
|
||||
|
||||
} // namespace App
|
||||
|
||||
namespace Ui {
|
||||
|
Reference in New Issue
Block a user