Enable keybind for Werk Tyme on internal archive.

Fixes bug from fc8684282f33970e37c048670093ea76a001a42d.
This commit is contained in:
ccd0 2017-01-29 15:55:00 -08:00
parent b91a90c106
commit 9ce6da9590

View File

@ -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']