Forgot to add locale
*I'm really starting to hate typescript*
This commit is contained in:
parent
a535ec0a8a
commit
3d90479cba
3 changed files with 21 additions and 6 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue