extract config related code to ConfigObj

This commit is contained in:
JFH
2020-12-19 01:41:30 +01:00
parent 594b4c68d8
commit ed7d672815
20 changed files with 564 additions and 567 deletions

View File

@@ -35,7 +35,7 @@ export default {
// newFOG, newFOGParent, newDef, newImageName, newMaskID,
// undoCommand = 'Not image',
// modeChangeG, ccZoom, wEl, hEl, wOffset, hOffset, ccRgbEl, brushW, brushH;
const strings = await loadExtensionTranslation(svgEditor.curPrefs.lang);
const strings = await loadExtensionTranslation(svgEditor.pref('lang'));
/**
*