s4s-packager / wkwebview /WebView /AppDelegate.swift
soiz1's picture
Upload 225 files
7aec436 verified
import Cocoa
@main
class AppDelegate: NSObject, NSApplicationDelegate {
func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
}
}