Przeglądaj źródła

Disable horizontal scale by default

master
Fen Dweller 6 lat temu
rodzic
commit
6bd10566e5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Wyświetl plik

@@ -1706,7 +1706,7 @@ const settingsData = {
name: "Show Horiziontal Scale",
desc: "Draw horizontal scale marks",
type: "toggle",
default: true,
default: false,
get value() {
return config.drawXAxis;
},


Ładowanie…
Anuluj
Zapisz