[SSE mobile] Correct store in application settings
This commit is contained in:
parent
b7d5babce1
commit
d5e1aa57e9
|
@ -28,7 +28,7 @@ export class storeApplicationSettings {
|
|||
|
||||
unitMeasurement = Common.Utils.Metric.getCurrentMetric();
|
||||
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;
|
||||
regExample = '';
|
||||
regData = [];
|
||||
|
|
Loading…
Reference in a new issue