mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-14 17:08:19 +01:00
misc improvements 2
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// @ts-ignore
|
||||
// import logo from "url:../assets/fox.glb";
|
||||
|
||||
// These are the default values for the settings, which are overridden below
|
||||
export const settings = {
|
||||
// @ts-ignore
|
||||
@@ -26,7 +23,7 @@ function parseSetting(name: string, value: string): any {
|
||||
} else {
|
||||
toExtend = prevValue;
|
||||
}
|
||||
toExtend.push(parseSetting(name+".0", value));
|
||||
toExtend.push(parseSetting(name + ".0", value));
|
||||
return toExtend;
|
||||
}
|
||||
switch (typeof prevValue) {
|
||||
|
||||
Reference in New Issue
Block a user