Many fixes and adjustments to the upper right landing UI.

The user_text span now displays the currently selected account.
This commit is contained in:
Daniel Scalzi
2018-04-29 18:05:59 -04:00
parent ea758aee1f
commit 4106b2b069
6 changed files with 35 additions and 23 deletions

View File

@@ -68,7 +68,8 @@ function createWindow() {
frame: false,
webPreferences: {
preload: path.join(__dirname, 'app', 'assets', 'js', 'preloader.js')
}
},
backgroundColor: '#2e2c29'
})
ejse.data('bkid', Math.floor((Math.random() * fs.readdirSync(path.join(__dirname, 'app', 'assets', 'images', 'backgrounds')).length)))
@@ -79,6 +80,10 @@ function createWindow() {
slashes: true
}))
/*win.once('ready-to-show', () => {
win.show()
})*/
win.setMenu(null)
win.setResizable(true)