mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Move terms lock from Core::App to Session.
This commit is contained in:
@@ -177,9 +177,6 @@ private:
|
||||
void initSize();
|
||||
|
||||
bool computeIsActive() const;
|
||||
void checkLockByTerms();
|
||||
void showTermsDecline();
|
||||
void showTermsDelete();
|
||||
|
||||
not_null<Window::Controller*> _controller;
|
||||
|
||||
@@ -190,7 +187,6 @@ private:
|
||||
object_ptr<Ui::RpWidget> _outdated;
|
||||
object_ptr<Ui::RpWidget> _body;
|
||||
object_ptr<TWidget> _rightColumn = { nullptr };
|
||||
QPointer<Ui::BoxContent> _termsBox;
|
||||
|
||||
QIcon _icon;
|
||||
bool _usingSupportIcon = false;
|
||||
|
Reference in New Issue
Block a user