This commit is contained in:
AppleTheGolden 2025-11-19 17:34:15 +01:00 committed by GitHub
commit b930338cba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1065,9 +1065,12 @@ function up2k_init(subtle) {
if (toast.txt == L.u_uri) if (toast.txt == L.u_uri)
toast.hide(); toast.hide();
} }
else else {
if (!QS('#op_up2k.act'))
goto('up2k');
return toast.inf(10, L.u_uri) || true; return toast.inf(10, L.u_uri) || true;
} }
}
if (!ok) if (!ok)
return true; return true;