fix Auto Hide QR

This commit is contained in:
ccd0 2014-09-21 01:08:02 -07:00
parent eddb66760e
commit 0f1500eb3c

View File

@ -77,7 +77,7 @@ QR =
return if !Conf['Persistent QR'] return if !Conf['Persistent QR']
QR.open() QR.open()
QR.hide() if Conf['Auto-Hide QR'] QR.hide() if Conf['Auto Hide QR']
statusCheck: -> statusCheck: ->
return unless QR.nodes return unless QR.nodes