mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +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",
|
||||
key: "showGenreInfoInPlaybar",
|
||||
name: "Show Genre Info in Playbar",
|
||||
description: "Show genres associated to the current song in the Playbar",
|
||||
defaultValue: true,
|
||||
description: "Show artist's genres in the Playbar",
|
||||
defaultValue: false,
|
||||
onChange: (val) => $("#main").attr("playbar-genre-info", val)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue