auto language on oobe

This commit is contained in:
Core 2022-09-16 19:12:16 +01:00
parent cf60a6ef06
commit a81ff286bb
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 1 additions and 2 deletions

View file

@ -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,

View file

@ -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;
async function deepScan(parent = "p.playlistsroot") {