mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Correct the order of the migrated settings' mappings
This commit is contained in:
parent
bdcb00a3b2
commit
a27822b557
1 changed files with 1 additions and 1 deletions
|
@ -233,8 +233,8 @@ namespace
|
|||
{
|
||||
struct KeyMapping
|
||||
{
|
||||
QString oldKey;
|
||||
QString newKey;
|
||||
QString oldKey;
|
||||
};
|
||||
|
||||
const KeyMapping mappings[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue