Autohide persistent QR in catalog, fix #1241
That was easier than expected
This commit is contained in:
parent
de82bd3e45
commit
638c836e59
@ -52,7 +52,7 @@ QR =
|
|||||||
|
|
||||||
persist: ->
|
persist: ->
|
||||||
QR.open()
|
QR.open()
|
||||||
QR.hide() if Conf['Auto-Hide QR']
|
QR.hide() if Conf['Auto-Hide QR'] or g.VIEW is 'catalog'
|
||||||
open: ->
|
open: ->
|
||||||
if QR.nodes
|
if QR.nodes
|
||||||
QR.nodes.el.hidden = false
|
QR.nodes.el.hidden = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user