зеркало из https://github.com/docker/kitematic.git
Fix electron deprecated API
Signed-off-by: Clement Ho <ClemMakesApps@gmail.com>
This commit is contained in:
Родитель
2650894bf0
Коммит
c712f27171
|
@ -41,7 +41,7 @@ app.on('ready', function () {
|
|||
|
||||
mainWindow.loadURL(path.normalize('file://' + path.join(__dirname, 'index.html')));
|
||||
|
||||
app.on('activate-with-no-open-windows', function () {
|
||||
app.on('activate', function () {
|
||||
if (mainWindow) {
|
||||
mainWindow.show();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче