Browse Source

chore: comments

Sven 1 year ago
parent
commit
0dc0e6d820
2 changed files with 5 additions and 4 deletions
  1. 3 3
      changelog.md
  2. 2 1
      src/index.ts

+ 3 - 3
changelog.md

@@ -13,15 +13,15 @@
 <br><br>
 
 ## 1.0.0
-
+TODO:
 - Added menu to configure features
 - New configurable features:
   - Make volume slider bigger
   - Choose step of volume slider for finer control
-  - TODO: Add lyrics button to each song in a playlist
+  - Add lyrics button to each song in a playlist
 - Changes / Fixes:
   - Now the lyrics button will directly link to the lyrics (using my API [geniURL](https://github.com/Sv443/geniURL))
-  - TODO: Site switch with <kbd>F9</kbd> will now keep the video time
+  - Site switch with <kbd>F9</kbd> will now keep the video time
 
 <br>
 

+ 2 - 1
src/index.ts

@@ -41,7 +41,8 @@ async function init() {
   }
 
   try {
-    initMenu();
+    void ["TODO(v1.1):", initMenu];
+    // initMenu();
   }
   catch(err) {
     error("Couldn't initialize menu:", err);