From d274ffb7d397f830db99afd7f84e2d2a61971e5e Mon Sep 17 00:00:00 2001 From: kyu-suke Date: Thu, 7 Oct 2021 19:57:10 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A6=E3=82=A3=E3=83=B3=E3=83=89=E3=82=A6?= =?UTF-8?q?=E3=82=92=E9=96=89=E3=81=98=E3=81=A6=E3=82=82=E3=83=97=E3=83=AD?= =?UTF-8?q?=E3=82=BB=E3=82=B9=E3=82=92=E8=90=BD=E3=81=A8=E3=81=95=E3=81=AA?= =?UTF-8?q?=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/home.dart | 0 macos/Runner/AppDelegate.swift | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lib/home.dart diff --git a/lib/home.dart b/lib/home.dart new file mode 100644 index 0000000..e69de29 diff --git a/macos/Runner/AppDelegate.swift b/macos/Runner/AppDelegate.swift index d53ef64..218f93e 100644 --- a/macos/Runner/AppDelegate.swift +++ b/macos/Runner/AppDelegate.swift @@ -4,6 +4,6 @@ import FlutterMacOS @NSApplicationMain class AppDelegate: FlutterAppDelegate { override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { - return true + return false } }