зеркало из https://github.com/docker/kitematic.git
Родитель
bd67f76996
Коммит
e1c5261546
|
@ -49,7 +49,7 @@ app.on('ready', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
if (os.platform() === 'win32') {
|
if (os.platform() === 'win32' || os.platform() === 'linux') {
|
||||||
mainWindow.on('close', function (e) {
|
mainWindow.on('close', function (e) {
|
||||||
mainWindow.webContents.send('application:quitting');
|
mainWindow.webContents.send('application:quitting');
|
||||||
if(!exiting){
|
if(!exiting){
|
||||||
|
|
|
@ -44,7 +44,7 @@ var Header = React.createClass({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleClose: function () {
|
handleClose: function () {
|
||||||
if (util.isWindows()) {
|
if (util.isWindows() || util.isLinux()) {
|
||||||
remote.getCurrentWindow().close();
|
remote.getCurrentWindow().close();
|
||||||
} else {
|
} else {
|
||||||
remote.getCurrentWindow().hide();
|
remote.getCurrentWindow().hide();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче