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