global: fixes

This commit is contained in:
nym21
2026-04-02 12:39:20 +02:00
parent 5099903043
commit 099699872e
4 changed files with 65 additions and 6 deletions

View File

@@ -59,11 +59,11 @@ export function createPartialOptions() {
return [
...(location.hostname === "localhost" || location.hostname === "127.0.0.1"
? [
{
/** @type {any} */ ({
name: "Explorer",
kind: "explorer",
title: "Explorer",
},
}),
]
: []),
{