mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Correct the order of the migrated settings' mappings
This commit is contained in:
@@ -233,8 +233,8 @@ namespace
|
|||||||
{
|
{
|
||||||
struct KeyMapping
|
struct KeyMapping
|
||||||
{
|
{
|
||||||
QString oldKey;
|
|
||||||
QString newKey;
|
QString newKey;
|
||||||
|
QString oldKey;
|
||||||
};
|
};
|
||||||
|
|
||||||
const KeyMapping mappings[] =
|
const KeyMapping mappings[] =
|
||||||
|
|||||||
Reference in New Issue
Block a user