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
|
return unless Gallery.enabled
|
||||||
Gallery.cb.toggle()
|
Gallery.cb.toggle()
|
||||||
when Conf['fappeTyme']
|
when Conf['fappeTyme']
|
||||||
return unless Conf['Fappe Tyme'] and g.VIEW in ['index', 'thread']
|
return unless FappeTyme.nodes?.fappe
|
||||||
FappeTyme.toggle 'fappe'
|
FappeTyme.toggle 'fappe'
|
||||||
when Conf['werkTyme']
|
when Conf['werkTyme']
|
||||||
return unless Conf['Werk Tyme'] and g.VIEW in ['index', 'thread']
|
return unless FappeTyme.nodes?.werk
|
||||||
FappeTyme.toggle 'werk'
|
FappeTyme.toggle 'werk'
|
||||||
# Board Navigation
|
# Board Navigation
|
||||||
when Conf['Front page']
|
when Conf['Front page']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user