mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add image downloading system and fix shortcuts bug
This commit is contained in:
+1
-1
@@ -2419,7 +2419,7 @@ export function addShortcuts(shortcuts) {
|
||||
const currentShortcut = shortcuts[i];
|
||||
|
||||
if (currentShortcut?.enabled) {
|
||||
const Itemname = currentShortcut?.name.replace(/\s/g, "");
|
||||
const Itemname = (currentShortcut?.name ?? "").replace(/\s/g, "");
|
||||
|
||||
const linkDetails = ShortcutLinks?.[Itemname];
|
||||
if (linkDetails) {
|
||||
|
||||
Reference in New Issue
Block a user