Преглед на файлове

add customTitle script for config page
i still need to think about how to make it work though

TheBaum123 преди 2 години
родител
ревизия
262adeb8ba
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 0 0
      scripts/preferences/customTitle.js
  2. 1 1
      scripts/preferences/injector.js

+ 0 - 0
scripts/preferences/customTitle.js


+ 1 - 1
scripts/preferences/injector.js

@@ -1,4 +1,4 @@
-let scriptsToInject = ["changeSearchEngine", "greetingSettings", "clockSettings", "enableQuote", "changeTheme"]
+let scriptsToInject = ["changeSearchEngine", "greetingSettings", "clockSettings", "enableQuote", "changeTheme", "customTitle"]
 let stylesToInject = ["main", "selectSearchEngine", "greeting", "clock", "quote", "theme", "customTitle"]
 
 for(let i = 0; i < scriptsToInject.length; i++) {