Small modification to upgrade settings as per superflys request

This commit is contained in:
Phill Ridout 2017-11-10 22:50:04 +00:00
parent 9dc68269aa
commit 1c760e44e5
1 changed files with 1 additions and 4 deletions

View File

@ -255,10 +255,7 @@ class Settings(QtCore.QSettings):
('core/logo file', 'core/logo file', [(str_to_path, None)]),
('presentations/last directory', 'presentations/last directory', [(str_to_path, None)]),
('images/last directory', 'images/last directory', [(str_to_path, None)]),
('media/last directory', 'media/last directory', [(str_to_path, None)])
]
__setting_upgrade_3__ = [
('media/last directory', 'media/last directory', [(str_to_path, None)]),
('songuasge/db password', 'songusage/db password', []),
('songuasge/db hostname', 'songusage/db hostname', []),
('songuasge/db database', 'songusage/db database', [])