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