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; }