2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Removed App::main() from file click handlers.

This commit is contained in:
23rd
2021-06-18 09:20:49 +03:00
parent 460baa54d8
commit 23c54896e5
15 changed files with 86 additions and 24 deletions

View File

@@ -193,7 +193,10 @@ void RadialProgressItem::setDocumentLinks(
}),
context),
std::make_shared<DocumentSaveClickHandler>(document, context),
std::make_shared<DocumentCancelClickHandler>(document, context));
std::make_shared<DocumentCancelClickHandler>(
document,
nullptr,
context));
}
void RadialProgressItem::clickHandlerActiveChanged(