Skip to content

Commit

Permalink
ウィンドウを閉じてもプロセスを落とさない
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu-suke committed Oct 8, 2021
1 parent 3735b9e commit d274ffb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added lib/home.dart
Empty file.
2 changes: 1 addition & 1 deletion macos/Runner/AppDelegate.swift
Expand Up @@ -4,6 +4,6 @@ import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true
return false
}
}

0 comments on commit d274ffb

Please sign in to comment.