From 76593b0f3d78032bf19a0e254388d73a4d3f847f Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 26 Jun 2020 13:23:10 +0400 Subject: [PATCH] Fix migrating background image. --- Telegram/SourceFiles/storage/localstorage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/storage/localstorage.cpp b/Telegram/SourceFiles/storage/localstorage.cpp index 61e25b9db6..fa9eeb3a55 100644 --- a/Telegram/SourceFiles/storage/localstorage.cpp +++ b/Telegram/SourceFiles/storage/localstorage.cpp @@ -792,6 +792,7 @@ void moveLegacyBackground( }; move(legacyBackgroundKeyDay, _backgroundKeyDay); move(legacyBackgroundKeyNight, _backgroundKeyNight); + _useGlobalBackgroundKeys = true; _settingsRewriteNeeded = true; }