Change description and set default to false

This commit is contained in:
Gérald LEBAN 2022-02-03 17:01:52 +01:00
parent 290df59e02
commit c45c5faad0

View file

@ -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)
});