зеркало из 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.webContents.send('application:quitting');
|
||||
if(!exiting){
|
||||
|
|
|
@ -44,7 +44,7 @@ var Header = React.createClass({
|
|||
}
|
||||
},
|
||||
handleClose: function () {
|
||||
if (util.isWindows()) {
|
||||
if (util.isWindows() || util.isLinux()) {
|
||||
remote.getCurrentWindow().close();
|
||||
} else {
|
||||
remote.getCurrentWindow().hide();
|
||||
|
|
Загрузка…
Ссылка в новой задаче