mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fix build with GCC.
This commit is contained in:
parent
28f2c213f7
commit
217e9b2475
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ void Session::uploadsStopWithConfirmation(Fn<void()> done) {
|
|||
const auto id = _uploader->currentUploadId();
|
||||
const auto exists = !!data().message(id);
|
||||
auto box = Box([=](not_null<Ui::GenericBox*> box) {
|
||||
const auto label = box->addRow(
|
||||
box->addRow(
|
||||
object_ptr<Ui::FlatLabel>(
|
||||
box.get(),
|
||||
tr::lng_upload_sure_stop(),
|
||||
|
|
Loading…
Add table
Reference in a new issue