[SSE mobile] Correct store in application settings
This commit is contained in:
parent
b7d5babce1
commit
d5e1aa57e9
|
@ -28,13 +28,13 @@ export class storeApplicationSettings {
|
||||||
|
|
||||||
unitMeasurement = Common.Utils.Metric.getCurrentMetric();
|
unitMeasurement = Common.Utils.Metric.getCurrentMetric();
|
||||||
macrosMode = 0;
|
macrosMode = 0;
|
||||||
formulaLang = LocalStorage.getItem('sse-settings-func-lang') || dataLang[0].value;
|
formulaLang = LocalStorage.getItem('sse-settings-func-lang') || this.getFormulaLanguages()[0].value;
|
||||||
regCode = undefined;
|
regCode = undefined;
|
||||||
regExample = '';
|
regExample = '';
|
||||||
regData = [];
|
regData = [];
|
||||||
isRefStyle = false;
|
isRefStyle = false;
|
||||||
isComments = true;
|
isComments = true;
|
||||||
isResolvedComments = true;
|
isResolvedComments = true;
|
||||||
|
|
||||||
getFormulaLanguages() {
|
getFormulaLanguages() {
|
||||||
const dataLang = [
|
const dataLang = [
|
||||||
|
|
Loading…
Reference in a new issue