We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409701f commit 6ce486dCopy full SHA for 6ce486d
desktop/app.js
@@ -184,6 +184,7 @@ module.exports = function main() {
184
// tell the app to check for unsynchronized notes.
185
mainWindow.on('close', (event) => {
186
if (isAuthenticated) {
187
+ setTimeout(updater.ping.bind(updater), config.updater.delay);
188
event.preventDefault();
189
mainWindow.webContents.send('appCommand', { action: 'closeWindow' });
190
}
0 commit comments