Browse Source

Correct the order of the migrated settings' mappings

adaptive-webui-19844
sledgehammer999 3 years ago
parent
commit
a27822b557
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 2
      src/app/upgrade.cpp

2
src/app/upgrade.cpp

@ -233,8 +233,8 @@ namespace @@ -233,8 +233,8 @@ namespace
{
struct KeyMapping
{
QString oldKey;
QString newKey;
QString oldKey;
};
const KeyMapping mappings[] =

Loading…
Cancel
Save