2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Added ability to remember last choice in send files box.

This commit is contained in:
23rd
2022-12-12 14:35:41 +03:00
committed by John Preston
parent 994d789c60
commit 8db8bc466e
2 changed files with 27 additions and 5 deletions

View File

@@ -187,6 +187,7 @@ private:
object_ptr<Ui::Checkbox> _groupFiles = { nullptr };
object_ptr<Ui::Checkbox> _sendImagesAsPhotos = { nullptr };
object_ptr<Ui::Checkbox> _wayRemember = { nullptr };
object_ptr<Ui::FlatLabel> _hintLabel = { nullptr };
rpl::variable<Ui::SendFilesWay> _sendWay = Ui::SendFilesWay();