2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Ask export path with other export options.

This commit is contained in:
John Preston
2018-06-22 20:46:20 +01:00
parent 10a0c6a086
commit ae18ece549
12 changed files with 310 additions and 184 deletions

View File

@@ -271,7 +271,7 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
lng_info_link_label,
std::move(linkText),
QString());
link->setClickHandlerHook([peer = _peer](auto&&...) {
link->setClickHandlerFilter([peer = _peer](auto&&...) {
auto link = Messenger::Instance().createInternalLinkFull(
peer->userName());
if (!link.isEmpty()) {