[Bugfix] Fixed navigation rail button overflow

This commit is contained in:
PartyDonut 2024-10-03 14:16:46 +02:00
parent e0a2c8a3eb
commit b31cc86ae8
6 changed files with 47 additions and 28 deletions

View file

@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true