mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 01:54:02 +00:00
mac下关闭窗口是隐藏, 不必stop server
This commit is contained in:
@@ -23,7 +23,7 @@ $(function() {
|
||||
|
||||
$('.tool-close, .tool-close-blur').click(function() {
|
||||
// mac下关闭才是隐藏
|
||||
onClose(function() {
|
||||
onCloseNotStopServerForMac(function() {
|
||||
gui.win.hide();
|
||||
});
|
||||
// gui.win.showInactive();
|
||||
|
Reference in New Issue
Block a user