mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 09:36:12 +00:00
Make crl::object_on_queue usages consistent.
This commit is contained in:
@@ -754,7 +754,7 @@ void Session::startExport(const MTPInputPeer &singlePeer) {
|
||||
_exportPanel->activatePanel();
|
||||
return;
|
||||
}
|
||||
_export = std::make_unique<Export::ControllerWrap>(singlePeer);
|
||||
_export = std::make_unique<Export::Controller>(singlePeer);
|
||||
_exportPanel = std::make_unique<Export::View::PanelController>(
|
||||
_export.get());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user