mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Detach ComposeControls from SessionController.
This commit is contained in:
@@ -213,9 +213,7 @@ void Cover::initViewers() {
|
||||
} else {
|
||||
QGuiApplication::clipboard()->setText(
|
||||
_user->session().createInternalLinkFull(username));
|
||||
Ui::Toast::Show(
|
||||
Window::Show(_controller).toastParent(),
|
||||
tr::lng_username_copied(tr::now));
|
||||
_controller->showToast(tr::lng_username_copied(tr::now));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user