Преглед на файлове

Fix compiler warning when downcasting ViewController

master
Matt Baer преди 6 години
родител
ревизия
0e2e48802a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      writeas/AppDelegate.swift

+ 1
- 1
writeas/AppDelegate.swift Целия файл

@@ -45,7 +45,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidBecomeActive(_ notification: Notification) {
if vc == nil {
vc = NSApplication.shared().mainWindow?.contentViewController as! ViewController
vc = NSApplication.shared().mainWindow?.contentViewController as? ViewController
}
}



Зареждане…
Отказ
Запис