mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix copy elision prevention
This commit is contained in:
@@ -202,7 +202,7 @@ auto GenerateCodes() {
|
||||
Ui::show(
|
||||
Box<RevokePublicLinkBox>(
|
||||
&window->session(),
|
||||
std::move(Fn<void()>())),
|
||||
Fn<void()>()),
|
||||
Ui::LayerOption::KeepOther);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user