зеркало из https://github.com/docker/kitematic.git
Merge pull request #1715 from ClemMakesApps/fix-activate-with-no-open-windows
Fix electron deprecated activate API
This commit is contained in:
Коммит
1a75dbfdcf
|
@ -41,7 +41,7 @@ app.on('ready', function () {
|
||||||
|
|
||||||
mainWindow.loadURL(path.normalize('file://' + path.join(__dirname, 'index.html')));
|
mainWindow.loadURL(path.normalize('file://' + path.join(__dirname, 'index.html')));
|
||||||
|
|
||||||
app.on('activate-with-no-open-windows', function () {
|
app.on('activate', function () {
|
||||||
if (mainWindow) {
|
if (mainWindow) {
|
||||||
mainWindow.show();
|
mainWindow.show();
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче