Forgot to add locale

*I'm really starting to hate typescript*
This commit is contained in:
Core 2022-01-30 17:13:53 +00:00
parent a535ec0a8a
commit 3d90479cba
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
3 changed files with 21 additions and 6 deletions

View file

@ -32,7 +32,7 @@ electron.app.on('ready', () => {
electron.components.whenReady().then(async () => {
win = await Cider.createWindow()
App.bwCreated(win);
App.bwCreated(win, Cider.i18n);
/// please dont change this for plugins to get proper and fully initialized Win objects
plug.callPlugins('onReady', win);
win.on("ready-to-show", () => {