mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 13:02:10 +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() {
|
||||
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();
|
||||
|
||||
const container = document.createElement("div");
|
||||
|
|
|
|||
Loading…
Reference in a new issue