Fix #166
This commit is contained in:
parent
a62323915d
commit
5ae3e9e775
@ -5060,7 +5060,7 @@
|
||||
return;
|
||||
}
|
||||
QR.open();
|
||||
if (Conf['Auto-Hide QR'] || g.VIEW === 'catalog') {
|
||||
if (Conf['Auto Hide QR'] || g.VIEW === 'catalog') {
|
||||
return QR.hide();
|
||||
}
|
||||
},
|
||||
|
||||
@ -5068,7 +5068,7 @@
|
||||
return;
|
||||
}
|
||||
QR.open();
|
||||
if (Conf['Auto-Hide QR'] || g.VIEW === 'catalog') {
|
||||
if (Conf['Auto Hide QR'] || g.VIEW === 'catalog') {
|
||||
return QR.hide();
|
||||
}
|
||||
},
|
||||
|
||||
@ -77,7 +77,7 @@ QR =
|
||||
persist: ->
|
||||
return unless QR.postingIsEnabled
|
||||
QR.open()
|
||||
QR.hide() if Conf['Auto-Hide QR'] or g.VIEW is 'catalog'
|
||||
QR.hide() if Conf['Auto Hide QR'] or g.VIEW is 'catalog'
|
||||
|
||||
open: ->
|
||||
if QR.nodes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user