rename setting to "use alt now playing ..."

+ fix right now playing component gap
+ show emoji if there's no search result
+ abstract now playing component settings into one setting
+ break context menu's context item into a component
This commit is contained in:
geoffrey45
2022-08-21 04:28:18 +03:00
parent ddeec77ccd
commit 824dcaecdf
19 changed files with 200 additions and 204 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ export default function focusElem(
inline: "center",
});
}
}, delay | 300);
}, delay || 300);
}