formatting
This commit is contained in:
parent
8160781319
commit
d80f9119f0
@ -1103,7 +1103,7 @@
|
||||
qr.autohide.unset();
|
||||
} else {
|
||||
if (dialog) {
|
||||
if ($.config('Persistent QR') && g.REPLY) {
|
||||
if (g.REPLY && $.config('Persistent QR')) {
|
||||
qr.refresh(dialog);
|
||||
} else {
|
||||
$.rm(dialog);
|
||||
|
||||
@ -838,7 +838,7 @@ qr =
|
||||
qr.autohide.unset()
|
||||
else # success
|
||||
if dialog
|
||||
if $.config('Persistent QR') and g.REPLY
|
||||
if g.REPLY and $.config 'Persistent QR'
|
||||
qr.refresh dialog
|
||||
else
|
||||
$.rm dialog
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user