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