mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Move a lot of settings to Core::Settings.
This commit is contained in:
@@ -855,7 +855,6 @@ void Instance::Private::configLoadDone(const MTPConfig &result) {
|
||||
if (const auto prefix = data.vautoupdate_url_prefix()) {
|
||||
Local::writeAutoupdatePrefix(qs(*prefix));
|
||||
}
|
||||
Local::writeSettings();
|
||||
|
||||
_configExpiresAt = crl::now()
|
||||
+ (data.vexpires().v - base::unixtime::now()) * crl::time(1000);
|
||||
|
Reference in New Issue
Block a user