|
|
@@ -1348,19 +1348,6 @@ const settingsData = { |
|
|
checkFitWorld(); |
|
|
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": { |
|
|
"names": { |
|
|
name: "Show Names", |
|
|
name: "Show Names", |
|
|
desc: "Display names over entities", |
|
|
desc: "Display names over entities", |
|
|
|