mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-23 10:36:09 +01:00
Better default paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import formatXML from "xml-formatter";
|
||||
import {SettingPath} from './paths';
|
||||
import {SettingPath, defaultOutputPath} from './paths';
|
||||
import fs from "fs";
|
||||
import logger from "./logger";
|
||||
|
||||
@@ -12,8 +12,8 @@ const defaultSettings = {
|
||||
width: 540,
|
||||
stickDistance: 5,
|
||||
stickMode2: true,
|
||||
log: '"None"',
|
||||
output: "None"
|
||||
log: '',
|
||||
output: defaultOutputPath
|
||||
}
|
||||
|
||||
let loadedSuccessfully = true;
|
||||
|
||||
Reference in New Issue
Block a user