'Cycle sort type' keybind only works on index.
This commit is contained in:
parent
9d0a40ebac
commit
68dbb73c4e
@ -132,7 +132,7 @@ Keybinds =
|
||||
when Conf['Open catalog']
|
||||
window.location = CatalogLinks.catalog()
|
||||
when Conf['Cycle sort type']
|
||||
return unless Conf['JSON Navigation']
|
||||
return unless Conf['JSON Navigation'] and g.VIEW is 'index' and g.BOARD isnt 'f'
|
||||
Index.cycleSortType()
|
||||
# Thread Navigation
|
||||
when Conf['Next thread']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user