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);
codebox.addClass('revealed');
const veil = codebox.find('.qr-veil');
veil.css({ // Force veil styles off
'backdrop-filter': 'none',
'-webkit-backdrop-filter': 'none',
}).hide();
// Remove the veil from the DOM entirely to kill the blur
codebox.find('.qr-veil').remove();
clickText.hide();