auto language on oobe
This commit is contained in:
parent
cf60a6ef06
commit
a81ff286bb
2 changed files with 1 additions and 2 deletions
|
@ -240,7 +240,6 @@ export class Store {
|
|||
};
|
||||
|
||||
constructor() {
|
||||
this.defaults.general.language = this.checkLocale(app.getLocale().replace("-", "_")) ?? "en_US";
|
||||
Store.cfg = new ElectronStore({
|
||||
name: "cider-config",
|
||||
defaults: this.defaults,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue