mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Correct the order of the migrated settings' mappings
This commit is contained in:
parent
bdcb00a3b2
commit
a27822b557
@ -233,8 +233,8 @@ namespace
|
|||||||
{
|
{
|
||||||
struct KeyMapping
|
struct KeyMapping
|
||||||
{
|
{
|
||||||
QString oldKey;
|
|
||||||
QString newKey;
|
QString newKey;
|
||||||
|
QString oldKey;
|
||||||
};
|
};
|
||||||
|
|
||||||
const KeyMapping mappings[] =
|
const KeyMapping mappings[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user