mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-09 01:31:31 +00:00
Rename "Dribbblish config" to "Dribbblish Settings" for consistency
This commit is contained in:
parent
97eba93ce8
commit
05180f8132
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class ConfigMenu {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.#config = {};
|
this.#config = {};
|
||||||
this.configButton = new Spicetify.Menu.Item("Dribbblish config", false, () => DribbblishShared.config.open());
|
this.configButton = new Spicetify.Menu.Item("Dribbblish Settings", false, () => DribbblishShared.config.open());
|
||||||
this.configButton.register();
|
this.configButton.register();
|
||||||
|
|
||||||
const container = document.createElement("div");
|
const container = document.createElement("div");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue