mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-15 12:41:05 +00:00
reword some descriptions
This commit is contained in:
parent
3278f1fbe0
commit
8747efdd7b
1 changed files with 8 additions and 3 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue