mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
fixed settings on restart
This commit is contained in:
@@ -147,8 +147,9 @@ private:
|
||||
|
||||
void setScale(DBIScale newScale);
|
||||
|
||||
UserData *_self;
|
||||
UserData *self() const {
|
||||
return App::self();
|
||||
return App::self() ? _self : static_cast<UserData*>(0);
|
||||
}
|
||||
int32 _left;
|
||||
|
||||
|
Reference in New Issue
Block a user