Files
pcsx2/3rdparty/kddockwidgets/tests/flutter/macos/Runner/AppDelegate.swift
2025-11-18 14:18:26 -07:00

17 lines
352 B
Swift

/**
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
}
}