🐛 Fix macos titlebar not centered

This commit is contained in:
LittleSheep 2025-02-24 22:38:08 +08:00
parent 2027eab49b
commit 52d6bb083e

View File

@ -188,6 +188,9 @@ class AppRootScaffold extends StatelessWidget {
child: Text(
'Solar Network',
style: GoogleFonts.spaceGrotesk(),
textAlign: Platform.isMacOS
? TextAlign.center
: TextAlign.start,
).padding(horizontal: 12, vertical: 5),
),
if (!Platform.isMacOS)