ui: spot improvs

This commit is contained in:
nick-delirium 2024-09-11 11:12:47 +02:00
parent 420071c436
commit acb679cf18
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -12,7 +12,7 @@ function EmptyPage() {
let int: any;
const v = localStorage.getItem(extKey);
if (v) {
setExtExist(false);
setExtExist(true);
} else {
int = setInterval(() => {
window.postMessage({ type: 'orspot:ping' }, '*');