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() {
|
constructor() {
|
||||||
this.defaults.general.language = this.checkLocale(app.getLocale().replace("-", "_")) ?? "en_US";
|
|
||||||
Store.cfg = new ElectronStore({
|
Store.cfg = new ElectronStore({
|
||||||
name: "cider-config",
|
name: "cider-config",
|
||||||
defaults: this.defaults,
|
defaults: this.defaults,
|
||||||
|
|
|
@ -1502,7 +1502,7 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.library.backgroundNotification.message = "Building playlist cache...";
|
this.library.backgroundNotification.message = app.getLz("notification.buildingPlaylistCache");
|
||||||
this.library.backgroundNotification.show = true;
|
this.library.backgroundNotification.show = true;
|
||||||
|
|
||||||
async function deepScan(parent = "p.playlistsroot") {
|
async function deepScan(parent = "p.playlistsroot") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue