Procházet zdrojové kódy

Change the text when no filter is selected

master
Fen Dweller před 5 roky
rodič
revize
4598ee73df
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Zobrazit soubor

@@ -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
},


Načítá se…
Zrušit
Uložit