From 76aa114ff0e27daf8e3683d67759306dac186fd2 Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Fri, 8 Apr 2016 16:40:34 +0300 Subject: [PATCH] This now moves old settings from advanced tab into the new settings. --- openlp/core/common/settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openlp/core/common/settings.py b/openlp/core/common/settings.py index 19821e0c9..4cdf3d712 100644 --- a/openlp/core/common/settings.py +++ b/openlp/core/common/settings.py @@ -207,7 +207,9 @@ class Settings(QtCore.QSettings): # ('general/recent files', 'core/recent files', [(recent_files_conv, None)]), ('songs/search as type', 'advanced/search as type', []), ('media/players', 'media/players_temp', [(media_players_conv, None)]), # Convert phonon to system - ('media/players_temp', 'media/players', []) # Move temp setting from above to correct setting + ('media/players_temp', 'media/players', []), # Move temp setting from above to correct setting + ('advanced/default color', 'core/logo background color', []), # Default image renamed + moved to general > 2.4. + ('advanced/default image', '/core/logo file', []) # Default image renamed + moved to general after 2.4. ] @staticmethod