2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Handle some updates even while not authed.

This commit is contained in:
John Preston
2020-03-29 14:06:10 +04:00
parent c209aedb22
commit c89c98183d
3 changed files with 39 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ public:
void saveSettingsDelayed(crl::time delay = kDefaultSaveDelay);
// Dc options and proxy.
MTP::DcOptions *dcOptions() {
not_null<MTP::DcOptions*> dcOptions() {
return _dcOptions.get();
}
struct ProxyChange {