2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Remove duplicate accounts toggle subscription.

This commit is contained in:
John Preston
2020-06-30 11:31:52 +04:00
parent ab33af3f73
commit 9211b4d421

View File

@@ -690,7 +690,6 @@ void MainMenu::setupAccounts() {
rebuildAccounts();
}, lifetime());
_accounts->toggleOn(Core::App().settings().mainMenuAccountsShownValue());
_accounts->toggleOn(Core::App().settings().mainMenuAccountsShownValue());
_accounts->finishAnimating();