Update main.js

typo
This commit is contained in:
Julien 2021-11-29 22:46:09 +01:00 committed by GitHub
parent 3629e883a5
commit 9ed25390c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ Dribbblish.on("ready", () => {
type: "checkbox",
key: "showSearchBox",
name: "Show Search Box",
description: "Show an search box in the top bar. Just like the good old times",
description: "Show a search box in the top bar. Just like the good old times",
defaultValue: true,
onChange: (val) => $("#main").attr("search-box", val ? "" : null),
onAppended: () => {