diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index 08b4fd8bb..e36bec682 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -95,10 +95,10 @@ Keybinds = return if g.VIEW is 'catalog' Gallery.cb.toggle() when Conf['fappeTyme'] - return if g.VIEW is 'catalog' + return if !Conf['Fappe Tyme'] or g.VIEW is 'catalog' or g.BOARD is 'f' FappeTyme.cb.toggle.call {name: 'fappe'} when Conf['werkTyme'] - return if g.VIEW is 'catalog' + return if !Conf['Werk Tyme'] or g.VIEW is 'catalog' or g.BOARD is 'f' FappeTyme.cb.toggle.call {name: 'werk'} # Board Navigation when Conf['Front page']