mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Don't show warning on theme autoupdate.
This commit is contained in:
parent
37a4c79c81
commit
32287a51f9
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
namespace Data {
|
||||
namespace {
|
||||
|
||||
constexpr auto kFirstReloadTimeout = 60 * crl::time(1000);
|
||||
constexpr auto kFirstReloadTimeout = 10 * crl::time(1000);
|
||||
constexpr auto kReloadTimeout = 3600 * crl::time(1000);
|
||||
|
||||
} // namespace
|
||||
|
@ -189,6 +189,7 @@ void CloudThemes::updateFromDocument(
|
|||
cloud);
|
||||
if (preview) {
|
||||
Window::Theme::Apply(std::move(preview));
|
||||
Window::Theme::KeepApplied();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue