Explorar el Código

Change the text when no filter is selected

master
Fen Dweller hace 6 años
padre
commit
4598ee73df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver fichero

@@ -2302,7 +2302,7 @@ function makeCustomEntity(url, x=0.5, y=0.5) {
const filterDefs = {
none: {
id: "none",
name: "None",
name: "No Filter",
extract: maker => [],
render: name => name
},


Cargando…
Cancelar
Guardar