forked from openlp/openlp
fixed offlinehelp shortcut missing
This commit is contained in:
parent
df55fb1ebb
commit
c57d3f8372
@ -210,6 +210,7 @@ class Settings(QtCore.QSettings):
|
|||||||
u'shortcuts/previousService': [QtCore.Qt.Key_Left],
|
u'shortcuts/previousService': [QtCore.Qt.Key_Left],
|
||||||
u'shortcuts/importThemeItem': [],
|
u'shortcuts/importThemeItem': [],
|
||||||
u'shortcuts/down': [QtCore.Qt.Key_Down],
|
u'shortcuts/down': [QtCore.Qt.Key_Down],
|
||||||
|
u'shortcuts/offlineHelpItem': [],
|
||||||
u'themes/theme level': ThemeLevel.Song,
|
u'themes/theme level': ThemeLevel.Song,
|
||||||
u'themes/global theme': u'',
|
u'themes/global theme': u'',
|
||||||
u'themes/last directory': u'',
|
u'themes/last directory': u'',
|
||||||
|
Loading…
Reference in New Issue
Block a user