Value of old last used Bible search type is no longer transferred to settings since it's invalid and gets replaced on boot anyways.

This commit is contained in:
Olli Suutari 2017-06-05 09:05:54 +03:00
parent a703294db2
commit 798f3738b8
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class Settings(QtCore.QSettings):
('bibles/quick bible', 'bibles/primary bible', []), # Common bible search widgets combined in 2.6
# Last search type was renamed to last used search type in 2.6 since Bible search value type changed in 2.6.
('songs/last search type', 'songs/last used search type', []),
('bibles/last search type', 'bibles/last used search type', []),
('bibles/last search type', '', []),
('custom/last search type', 'custom/last used search type', [])
]