2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Display check on the active account.

This commit is contained in:
John Preston
2020-06-23 13:20:38 +04:00
parent 51c2bc7349
commit 34ef54e40b
13 changed files with 91 additions and 27 deletions

View File

@@ -34,7 +34,6 @@ class Session;
namespace Data {
class WallPaper;
class CloudImageView;
} // namespace Data
namespace Dialogs {
@@ -360,8 +359,6 @@ private:
int _thirdColumnWidth = 0;
Ui::Animations::Simple _a_dialogsWidth;
std::shared_ptr<Data::CloudImageView> _selfUserpicView;
object_ptr<Ui::PlainShadow> _sideShadow;
object_ptr<Ui::PlainShadow> _thirdShadow = { nullptr };
object_ptr<Ui::ResizeArea> _firstColumnResizeArea = { nullptr };