2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Add other additional data export.

This commit is contained in:
John Preston
2018-06-24 01:33:47 +01:00
parent 6231db1411
commit 54cab2c5a5
20 changed files with 260 additions and 29 deletions

View File

@@ -71,6 +71,10 @@ Session::Session(not_null<AuthSession*> session)
}
void Session::startExport() {
if (_exportPanel) {
_exportPanel->activatePanel();
return;
}
_export = std::make_unique<Export::ControllerWrap>();
_exportPanel = std::make_unique<Export::View::PanelController>(
_export.get());