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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user