First Commit
This commit is contained in:
16
3rdparty/kddockwidgets/tests/flutter/macos/Runner/AppDelegate.swift
vendored
Normal file
16
3rdparty/kddockwidgets/tests/flutter/macos/Runner/AppDelegate.swift
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
This file was auto-generated by the Flutter SDK
|
||||
|
||||
SPDX-FileCopyrightText: 2014 The Flutter Authors.
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
import Cocoa
|
||||
import FlutterMacOS
|
||||
|
||||
@main
|
||||
class AppDelegate: FlutterAppDelegate {
|
||||
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user