mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move background to global settings.
This commit is contained in:
@@ -38,9 +38,7 @@ Storage::StartResult Domain::start(const QByteArray &passcode) {
|
||||
const auto result = _local->start(passcode);
|
||||
if (result == Storage::StartResult::Success) {
|
||||
activateAfterStarting();
|
||||
if (Local::oldSettingsVersion() < AppVersion) {
|
||||
Local::writeSettings();
|
||||
}
|
||||
Local::rewriteSettingsIfNeeded();
|
||||
} else {
|
||||
Assert(!started());
|
||||
}
|
||||
|
Reference in New Issue
Block a user