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: ->
|
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