mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Move MediaView from MainWindow to Messenger.
This commit is contained in:
@@ -384,9 +384,7 @@ void Manager::notificationActivated(PeerId peerId, MsgId msgId) {
|
||||
if (auto window = App::wnd()) {
|
||||
auto history = App::history(peerId);
|
||||
window->showFromTray();
|
||||
#if defined Q_OS_LINUX32 || defined Q_OS_LINUX64
|
||||
window->reActivateWindow();
|
||||
#endif
|
||||
if (App::passcoded()) {
|
||||
window->setInnerFocus();
|
||||
system()->clearAll();
|
||||
|
Reference in New Issue
Block a user