mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02:00
add comment to window-all-closed empty callback
This commit is contained in:
parent
e3d58ad845
commit
de1355dab9
1 changed files with 3 additions and 0 deletions
|
@ -234,6 +234,9 @@ function openFileBrowser(path) {
|
|||
}
|
||||
}
|
||||
|
||||
// NOTE: this looks like it does nothing, but it's very important.
|
||||
// Without it the default behaviour is to quit the app once all windows closed
|
||||
// which is absolutely not what we want for a taskbar application.
|
||||
app.on('window-all-closed', function() {
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue