This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Remove spurious settings menu entry
master
Fen Dweller
6 years ago
parent
24f79ae731
commit
477306fed0
1 changed files
with
0 additions
and
13 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-13
macrovision.js
+ 0
- 13
macrovision.js
View File
@@ -1348,19 +1348,6 @@ const settingsData = {
checkFitWorld();
}
},
"manual-scale": {
name: "Zoom to Fit",
desc: "Zoom to fit entities",
type: "toggle",
default: false,
get value() {
return config.autoFit;
},
set value(param) {
config.autoFit = param;
checkFitWorld();
}
},
"names": {
name: "Show Names",
desc: "Display names over entities",
Write
Preview
Loading…
Cancel
Save