mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
remove unecessary code
This commit is contained in:
parent
192cc12a85
commit
5e5d7a8636
1 changed files with 1 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue