Browse Source

fix: change visibility of some features

Sv443 1 year ago
parent
commit
e1fb1bd29f
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/features/index.ts

+ 2 - 4
src/features/index.ts

@@ -6,8 +6,6 @@ export * from "./lyrics";
 export { initMenu } from "./menu/menu"; // TODO
 export { initMenu } from "./menu/menu"; // TODO
 export * from "./menu/menu_old";
 export * from "./menu/menu_old";
 
 
-export type FeatureCategory = "input" | "layout" | "lyrics";
-
 /** Contains all possible features with their default values and other config */
 /** Contains all possible features with their default values and other config */
 export const featInfo = {
 export const featInfo = {
   //#SECTION input
   //#SECTION input
@@ -79,13 +77,13 @@ export const featInfo = {
     type: "toggle",
     type: "toggle",
     category: "layout",
     category: "layout",
     default: true,
     default: true,
+    visible: false,
   },
   },
   queueButtons: {
   queueButtons: {
-    desc: "TODO: Add buttons while hovering over a song in a queue to quickly remove it or open its lyrics",
+    desc: "Add buttons while hovering over a song in a queue to quickly remove it (TODO) or open its lyrics",
     type: "toggle",
     type: "toggle",
     category: "layout",
     category: "layout",
     default: true,
     default: true,
-    visible: false,
   },
   },
 
 
   //#SECTION lyrics
   //#SECTION lyrics