fix macOS AppDelegate.swift & UI update

This commit is contained in:
deltamaya
2024-10-28 17:41:46 +08:00
parent f0c7bfd52e
commit 2025b5835b
3 changed files with 18 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ class WindowFrame extends StatelessWidget {
? Colors.white
: Colors.black,
),
).toAlign(Alignment.centerLeft).paddingLeft(4),
).toAlign(Alignment.centerLeft).paddingLeft(4+(App.isMacOS?25:0)),
),
),
if (kDebugMode)