diff --git a/openlp/core/lib/settings.py b/openlp/core/lib/settings.py index 2ae916fd9..c91ff44ca 100644 --- a/openlp/core/lib/settings.py +++ b/openlp/core/lib/settings.py @@ -210,6 +210,7 @@ class Settings(QtCore.QSettings): u'shortcuts/previousService': [QtCore.Qt.Key_Left], u'shortcuts/importThemeItem': [], u'shortcuts/down': [QtCore.Qt.Key_Down], + u'shortcuts/offlineHelpItem': [], u'themes/theme level': ThemeLevel.Song, u'themes/global theme': u'', u'themes/last directory': u'',