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