Merge pull request #1260 from ferongr/v3

Autohide persistent QR in catalog, fix #1241
This commit is contained in:
Mayhem 2013-08-23 13:50:10 -07:00
commit d4dc96edc6

View File

@ -52,7 +52,7 @@ QR =
persist: ->
QR.open()
QR.hide() if Conf['Auto-Hide QR']
QR.hide() if Conf['Auto-Hide QR'] or g.VIEW is 'catalog'
open: ->
if QR.nodes
QR.nodes.el.hidden = false