Fix migrating background image.

This commit is contained in:
John Preston 2020-06-26 13:23:10 +04:00
parent 9703f7460a
commit 76593b0f3d

View file

@ -792,6 +792,7 @@ void moveLegacyBackground(
};
move(legacyBackgroundKeyDay, _backgroundKeyDay);
move(legacyBackgroundKeyNight, _backgroundKeyNight);
_useGlobalBackgroundKeys = true;
_settingsRewriteNeeded = true;
}