Tue, 16 Jan 2024 14:24:21 +0100
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", }