From 5e5d7a8636caa17a19ac4e166356c959fe45655d Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Sat, 23 Oct 2021 10:35:39 +0200 Subject: [PATCH] remove unecessary code --- dribbblish-dynamic.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index cc3f8bb..67c45e9 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -78,10 +78,8 @@ DribbblishShared.config.register({ // waitForElement because Spicetify is not initialized at startup waitForElement(["#main"], () => { - DribbblishShared.config.registerArea({name: "About", order: 999}); - DribbblishShared.config.register({ - area: "About", + area: { name: "About", order: 999 }, type: "button", key: "aboutDribbblish", name: "Info",