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:
7
index.js
7
index.js
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user