mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
Don't delete old config keys yet
It will allow users to go back to previous versions without losing their settings.
This commit is contained in:
parent
a27822b557
commit
702c79a92f
@ -322,7 +322,7 @@ namespace
|
|||||||
{
|
{
|
||||||
const auto value = settingsStorage->loadValue<QVariant>(mapping.oldKey);
|
const auto value = settingsStorage->loadValue<QVariant>(mapping.oldKey);
|
||||||
settingsStorage->storeValue(mapping.newKey, value);
|
settingsStorage->storeValue(mapping.newKey, value);
|
||||||
settingsStorage->removeValue(mapping.oldKey);
|
// TODO: Remove oldKey after ~v4.4.3 and bump migration version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user