Преглед на файлове

ref: watchPageFullSize on by default

Sv443 преди 5 дни
родител
ревизия
b9452035a0
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 3 3
      dist/BetterYTM.user.js
  2. 1 1
      src/features/index.ts

+ 3 - 3
dist/BetterYTM.user.js

@@ -8,7 +8,7 @@
 // @license           AGPL-3.0-only
 // @author            Sv443
 // @copyright         Sv443 (https://github.com/Sv443)
-// @icon              https://cdn.jsdelivr.net/gh/Sv443/BetterYTM@ccc032c1/assets/images/logo/logo_dev_48.png
+// @icon              https://cdn.jsdelivr.net/gh/Sv443/BetterYTM@c20b8e79/assets/images/logo/logo_dev_48.png
 // @match             https://music.youtube.com/*
 // @match             https://www.youtube.com/*
 // @run-at            document-start
@@ -333,7 +333,7 @@ const rawConsts = {
     mode: "development",
     branch: "develop",
     host: "github",
-    buildNumber: "ccc032c1",
+    buildNumber: "c20b8e79",
     assetSource: "jsdelivr",
     devServerPort: "8710",
 };
@@ -6131,7 +6131,7 @@ const featInfo = {
     watchPageFullSize: {
         type: "toggle",
         category: "layout",
-        default: false,
+        default: true,
         textAdornment: adornments.reload,
     },
     // archived idea for future version (shows a bar under the like/dislike buttons that shows the ratio of likes to dislikes):

+ 1 - 1
src/features/index.ts

@@ -284,7 +284,7 @@ export const featInfo = {
   watchPageFullSize: {
     type: "toggle",
     category: "layout",
-    default: false,
+    default: true,
     textAdornment: adornments.reload,
   },
   // archived idea for future version (shows a bar under the like/dislike buttons that shows the ratio of likes to dislikes):