1
0
Sv443 1 жил өмнө
parent
commit
a8a38e1898

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 1 - 1
dist/BetterYTM.user.js


+ 3 - 1
src/features/index.ts

@@ -1,3 +1,5 @@
+import { info } from "../constants";
+
 export * from "./input";
 export * from "./layout";
 export * from "./lyrics";
@@ -56,7 +58,7 @@ export const featInfo = {
     default: 2,
   },
   watermarkEnabled: {
-    desc: "Show a BetterYTM watermark under the YTM logo",
+    desc: `Show a ${info.name} watermark under the YTM logo`,
     type: "toggle",
     category: "layout",
     default: true,

+ 1 - 1
src/features/menu/menu_old.ts

@@ -39,7 +39,7 @@ export async function addMenu() {
 
   const titleElem = document.createElement("h2");
   titleElem.id = "betterytm-menu-title";
-  titleElem.innerText = "BetterYTM - Configuration";
+  titleElem.innerText = `${info.name} - Configuration`;
 
   const linksCont = document.createElement("div");
   linksCont.id = "betterytm-menu-linkscont";

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно