mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add support for pinned feeds management.
This commit is contained in:
@@ -222,7 +222,9 @@ void MainWindow::setupPasscode() {
|
||||
}
|
||||
|
||||
void MainWindow::setupIntro() {
|
||||
if (_intro && !_intro->isHidden() && !_main) return;
|
||||
if (_intro && !_intro->isHidden() && !_main) {
|
||||
return;
|
||||
}
|
||||
|
||||
Ui::hideSettingsAndLayer(anim::type::instant);
|
||||
|
||||
|
Reference in New Issue
Block a user