mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Divide structs into several data/ modules.
This commit is contained in:
@@ -300,7 +300,8 @@ void Controller::showPeerInfo(
|
||||
PeerId peerId,
|
||||
anim::type animated,
|
||||
anim::activation activation) {
|
||||
if (Adaptive::ThreeColumn()) {
|
||||
if (Adaptive::ThreeColumn()
|
||||
&& !Auth().data().thirdSectionInfoEnabled()) {
|
||||
Auth().data().setThirdSectionInfoEnabled(true);
|
||||
Auth().saveDataDelayed(kThirdSectionInfoTimeoutMs);
|
||||
}
|
||||
|
Reference in New Issue
Block a user