From c45c5faad04e26bd3e4765a36e6dc6dc2a0b1ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20LEBAN?= Date: Thu, 3 Feb 2022 17:01:52 +0100 Subject: [PATCH] Change description and set default to false --- src/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/main.js b/src/js/main.js index 41c0280..a385ede 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -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) });