From 8747efdd7b3db14c0be41ff74f5ae8eb03958caf Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Wed, 1 Dec 2021 06:10:25 +0100 Subject: [PATCH] reword some descriptions --- src/js/main.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/js/main.js b/src/js/main.js index 86df003..9d8f187 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -155,8 +155,8 @@ Dribbblish.on("ready", () => { type: "select", data: { none: "None", "none-padding": "None (With Top Padding)", solid: "Solid", transparent: "Transparent" }, key: "winTopBar", - name: "Windows Top Bar", - description: "Have different top Bars (or none at all)", + name: "Windows Top Bar / Padding", + description: "Have different top bars / padding (or none at all)", defaultValue: "none", onChange: (val) => $("#main").attr("top-bar", val) }); @@ -192,7 +192,12 @@ Dribbblish.on("ready", () => { data: { dribbblish: "Dribbblish", spotify: "Spotify" }, key: "playerControlsStyle", 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", onChange: (val) => { $("#main").attr("player-controls", val);