forked from openlp/openlp
Small modification to upgrade settings as per superflys request
This commit is contained in:
parent
9dc68269aa
commit
1c760e44e5
@ -255,10 +255,7 @@ class Settings(QtCore.QSettings):
|
|||||||
('core/logo file', 'core/logo file', [(str_to_path, None)]),
|
('core/logo file', 'core/logo file', [(str_to_path, None)]),
|
||||||
('presentations/last directory', 'presentations/last directory', [(str_to_path, None)]),
|
('presentations/last directory', 'presentations/last directory', [(str_to_path, None)]),
|
||||||
('images/last directory', 'images/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)])
|
('media/last directory', 'media/last directory', [(str_to_path, None)]),
|
||||||
]
|
|
||||||
|
|
||||||
__setting_upgrade_3__ = [
|
|
||||||
('songuasge/db password', 'songusage/db password', []),
|
('songuasge/db password', 'songusage/db password', []),
|
||||||
('songuasge/db hostname', 'songusage/db hostname', []),
|
('songuasge/db hostname', 'songusage/db hostname', []),
|
||||||
('songuasge/db database', 'songusage/db database', [])
|
('songuasge/db database', 'songusage/db database', [])
|
||||||
|
Loading…
Reference in New Issue
Block a user