Merge pull request #1260 from ferongr/v3
Autohide persistent QR in catalog, fix #1241
This commit is contained in:
commit
d4dc96edc6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user