瀏覽代碼

Automatically save upon exiting application

master
Matt Baer 6 年之前
父節點
當前提交
b20efa1f03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      writeas/AppDelegate.swift

+ 1
- 1
writeas/AppDelegate.swift 查看文件

@@ -23,7 +23,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}

func applicationWillTerminate(_ aNotification: Notification) {
// Insert code here to tear down your application
vc?.saveDocument()
}
func applicationDidBecomeActive(_ notification: Notification) {


Loading…
取消
儲存