Don't persist QR on board pages.
This commit is contained in:
parent
bc4c97e779
commit
c5fa5ec963
@ -1058,7 +1058,7 @@
|
||||
qr.autohide.unset();
|
||||
} else {
|
||||
if (dialog) {
|
||||
if ($.config('Persistent QR')) {
|
||||
if ($.config('Persistent QR' && g.REPLY)) {
|
||||
qr.refresh(dialog);
|
||||
} else {
|
||||
$.rm(dialog);
|
||||
|
||||
@ -809,7 +809,7 @@ qr =
|
||||
qr.autohide.unset()
|
||||
else # success
|
||||
if dialog
|
||||
if $.config 'Persistent QR'
|
||||
if $.config 'Persistent QR' and g.REPLY
|
||||
qr.refresh dialog
|
||||
else
|
||||
$.rm dialog
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user