Kaynağa Gözat

Automatically save upon exiting application

master
Matt Baer 6 yıl önce
ebeveyn
işleme
b20efa1f03
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      writeas/AppDelegate.swift

+ 1
- 1
writeas/AppDelegate.swift Dosyayı Görüntüle

@@ -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) {


Yükleniyor…
İptal
Kaydet