mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Change description and set default to false
This commit is contained in:
parent
290df59e02
commit
c45c5faad0
1 changed files with 2 additions and 2 deletions
|
|
@ -221,8 +221,8 @@ Dribbblish.on("ready", () => {
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
key: "showGenreInfoInPlaybar",
|
key: "showGenreInfoInPlaybar",
|
||||||
name: "Show Genre Info in Playbar",
|
name: "Show Genre Info in Playbar",
|
||||||
description: "Show genres associated to the current song in the Playbar",
|
description: "Show artist's genres in the Playbar",
|
||||||
defaultValue: true,
|
defaultValue: false,
|
||||||
onChange: (val) => $("#main").attr("playbar-genre-info", val)
|
onChange: (val) => $("#main").attr("playbar-genre-info", val)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue