mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Log on app ready
This commit is contained in:
1
main.js
1
main.js
@@ -103,6 +103,7 @@ function createWindow () {
|
||||
// initialization and is ready to create browser windows.
|
||||
// Some APIs can only be used after this event occurs.
|
||||
app.on('ready', function() {
|
||||
console.log('app ready');
|
||||
if (!config.get('disableAutoUpdate')) {
|
||||
autoUpdater.addListener('update-downloaded', function() {
|
||||
autoUpdater.quitAndInstall()
|
||||
|
||||
Reference in New Issue
Block a user