mac下关闭窗口是隐藏, 不必stop server

This commit is contained in:
life
2015-12-06 14:31:38 +08:00
parent 796bd14d15
commit f1be042b5e
2 changed files with 28 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ $(function() {
$('.tool-close, .tool-close-blur').click(function() {
// mac下关闭才是隐藏
onClose(function() {
onCloseNotStopServerForMac(function() {
gui.win.hide();
});
// gui.win.showInactive();