mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +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 because Spicetify is not initialized at startup
|
||||||
waitForElement(["#main"], () => {
|
waitForElement(["#main"], () => {
|
||||||
DribbblishShared.config.registerArea({name: "About", order: 999});
|
|
||||||
|
|
||||||
DribbblishShared.config.register({
|
DribbblishShared.config.register({
|
||||||
area: "About",
|
area: { name: "About", order: 999 },
|
||||||
type: "button",
|
type: "button",
|
||||||
key: "aboutDribbblish",
|
key: "aboutDribbblish",
|
||||||
name: "Info",
|
name: "Info",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue