From 638c836e59315bb473985bfb24295e9da5c0a912 Mon Sep 17 00:00:00 2001 From: ferongr Date: Fri, 23 Aug 2013 23:42:05 +0300 Subject: [PATCH] Autohide persistent QR in catalog, fix #1241 That was easier than expected --- src/Posting/QR.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index eb88f66c8..cad8ea4b4 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -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