Enable keybind for Werk Tyme on internal archive.
Fixes bug from fc8684282f33970e37c048670093ea76a001a42d.
This commit is contained in:
parent
b91a90c106
commit
9ce6da9590
@ -120,10 +120,10 @@ Keybinds =
|
||||
return unless Gallery.enabled
|
||||
Gallery.cb.toggle()
|
||||
when Conf['fappeTyme']
|
||||
return unless Conf['Fappe Tyme'] and g.VIEW in ['index', 'thread']
|
||||
return unless FappeTyme.nodes?.fappe
|
||||
FappeTyme.toggle 'fappe'
|
||||
when Conf['werkTyme']
|
||||
return unless Conf['Werk Tyme'] and g.VIEW in ['index', 'thread']
|
||||
return unless FappeTyme.nodes?.werk
|
||||
FappeTyme.toggle 'werk'
|
||||
# Board Navigation
|
||||
when Conf['Front page']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user