mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Boxes redesigned. Common groups moved to Shared Media.
Also transparent images sending fixed.
This commit is contained in:
@@ -76,16 +76,16 @@ private:
|
||||
|
||||
bool _changed = false;
|
||||
|
||||
ChildWidget<CountryInput> _country;
|
||||
ChildWidget<Ui::CountryCodeInput> _code;
|
||||
ChildWidget<Ui::PhonePartInput> _phone;
|
||||
object_ptr<CountryInput> _country;
|
||||
object_ptr<Ui::CountryCodeInput> _code;
|
||||
object_ptr<Ui::PhonePartInput> _phone;
|
||||
|
||||
ChildWidget<Ui::WidgetFadeWrap<Ui::FlatLabel>> _signup = { nullptr };
|
||||
object_ptr<Ui::WidgetFadeWrap<Ui::FlatLabel>> _signup = { nullptr };
|
||||
|
||||
QString _sentPhone;
|
||||
mtpRequestId _sentRequest = 0;
|
||||
|
||||
ChildObject<QTimer> _checkRequest;
|
||||
object_ptr<QTimer> _checkRequest;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user