2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Show spoilers in shared media overview.

This commit is contained in:
John Preston
2022-12-27 13:10:38 +04:00
parent 2cbd2725e5
commit b4571b80d6
5 changed files with 95 additions and 22 deletions

View File

@@ -16,8 +16,8 @@ public:
: ms(ms)
, selecting(selecting) {
}
crl::time ms;
bool selecting;
crl::time ms = 0;
bool selecting = false;
};