2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

improved rpcClear() when deleting a complex RPCSender, clearing recent inline bots on logout

This commit is contained in:
John Preston
2016-02-28 15:36:23 +03:00
parent 798f800913
commit b678913da5
18 changed files with 74 additions and 46 deletions

View File

@@ -1945,8 +1945,8 @@ void SettingsWidget::updateConnectionType() {
_inner.updateConnectionType();
}
void SettingsWidget::rpcInvalidate() {
_inner.rpcInvalidate();
void SettingsWidget::rpcClear() {
_inner.rpcClear();
}
void SettingsWidget::usernameChanged() {