Added a forgotten settings key to the migrations. eric7

Tue, 16 Jan 2024 14:24:21 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 16 Jan 2024 14:24:21 +0100
branch
eric7
changeset 10504
28a61f7ed86a
parent 10503
6a37b6ac3928
child 10505
5d6bb914036e

Added a forgotten settings key to the migrations.

src/eric7/Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Preferences/__init__.py	Tue Jan 16 14:18:52 2024 +0100
+++ b/src/eric7/Preferences/__init__.py	Tue Jan 16 14:24:21 2024 +0100
@@ -1821,6 +1821,7 @@
 
 _Migrations = {
     # dictionary with old key as key and new key as value
+    "MultiProject/OpenMasterAutomatically": "MultiProject/OpenMainAutomatically",
     "User/MasterPassword": "User/MainPassword",
     "User/UseMasterPassword": "User/UseMainPassword",
 }

eric ide

mercurial