reword some descriptions

This commit is contained in:
Send_Nukez 2021-12-01 06:10:25 +01:00
parent 3278f1fbe0
commit 8747efdd7b

View file

@ -155,8 +155,8 @@ Dribbblish.on("ready", () => {
type: "select", type: "select",
data: { none: "None", "none-padding": "None (With Top Padding)", solid: "Solid", transparent: "Transparent" }, data: { none: "None", "none-padding": "None (With Top Padding)", solid: "Solid", transparent: "Transparent" },
key: "winTopBar", key: "winTopBar",
name: "Windows Top Bar", name: "Windows Top Bar / Padding",
description: "Have different top Bars (or none at all)", description: "Have different top bars / padding (or none at all)",
defaultValue: "none", defaultValue: "none",
onChange: (val) => $("#main").attr("top-bar", val) onChange: (val) => $("#main").attr("top-bar", val)
}); });
@ -192,7 +192,12 @@ Dribbblish.on("ready", () => {
data: { dribbblish: "Dribbblish", spotify: "Spotify" }, data: { dribbblish: "Dribbblish", spotify: "Spotify" },
key: "playerControlsStyle", key: "playerControlsStyle",
name: "Player Controls Style", name: "Player Controls Style",
description: "Style of the Player Controls. Selecting Spotify basically changes Play / Pause back to the center", description: `
Change the layout of the player controls
- **Dribbblish:** Default look
- **Spotify:** Have Play / Pause back in the center
{.muted}
`,
defaultValue: "dribbblish", defaultValue: "dribbblish",
onChange: (val) => { onChange: (val) => {
$("#main").attr("player-controls", val); $("#main").attr("player-controls", val);