This commit is contained in:
shocknet-justin 2025-10-09 21:59:34 -04:00
parent 5083ef40e1
commit ce00af535d

View file

@ -162,11 +162,8 @@ $(() => {
cs.text(connectString); cs.text(connectString);
codebox.addClass('revealed'); codebox.addClass('revealed');
const veil = codebox.find('.qr-veil'); // Remove the veil from the DOM entirely to kill the blur
veil.css({ // Force veil styles off codebox.find('.qr-veil').remove();
'backdrop-filter': 'none',
'-webkit-backdrop-filter': 'none',
}).hide();
clickText.hide(); clickText.hide();