2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Add spoiler toggle to three dot menu in SendFilesBox.

This commit is contained in:
John Preston
2022-12-16 12:36:50 +04:00
parent ca0b34dcf0
commit 2ce8094932
11 changed files with 173 additions and 44 deletions

View File

@@ -319,7 +319,7 @@ void EditCaptionBox::setupControls() {
this,
object_ptr<Ui::Checkbox>(
this,
tr::lng_send_compressed(tr::now),
tr::lng_send_compressed_one(tr::now),
true,
st::defaultBoxCheckbox),
st::editMediaCheckboxMargins)