mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-29 13:44:47 +00:00
.
This commit is contained in:
@@ -21,7 +21,7 @@ if ((<any>global).require('electron-is-dev')) {
|
||||
}
|
||||
|
||||
loadPlugins((current, total) => {
|
||||
document.querySelector('.progress .bar').style.width = 100 * current / total + '%'
|
||||
(<HTMLElement>document.querySelector('.progress .bar')).style.width = 100 * current / total + '%'
|
||||
}).then(async plugins => {
|
||||
let module = await getRootModule(plugins)
|
||||
platformBrowserDynamic().bootstrapModule(module)
|
||||
|
Reference in New Issue
Block a user