mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 09:12:22 +00:00
move Hide Ads into main settings
This commit is contained in:
parent
61db261115
commit
c2d7f851b1
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ waitForElement(["#main"], () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
Dribbblish.config.register({
|
Dribbblish.config.register({
|
||||||
area: "Ads",
|
order: 999,
|
||||||
type: "checkbox",
|
type: "checkbox",
|
||||||
key: "hideAds",
|
key: "hideAds",
|
||||||
name: "Hide Ads",
|
name: "Hide Ads",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue