diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 523a6e7e6..2873915ea 100644 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -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']