|
@@ -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
|