From a27822b5576382f8a7a2825cf37108d6c4df9d92 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 4 Jan 2022 16:48:17 +0200 Subject: [PATCH] Correct the order of the migrated settings' mappings --- src/app/upgrade.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/upgrade.cpp b/src/app/upgrade.cpp index 3308d523f..406f0ebc1 100644 --- a/src/app/upgrade.cpp +++ b/src/app/upgrade.cpp @@ -233,8 +233,8 @@ namespace { struct KeyMapping { - QString oldKey; QString newKey; + QString oldKey; }; const KeyMapping mappings[] =