Log in Register Dashboard Temp Share Shortlinks Frames API

HTMLify

AppDelegate.swift
Views: 194 | Author: cody
import Cocoa
import FlutterMacOS

@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
  override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
    return true
  }
}

Comments