Minor fixes

This commit is contained in:
Alessandro Autiero
2023-06-04 02:15:19 +02:00
parent 0d16c232c4
commit b02b0c37a9
2 changed files with 28 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ class _RebootApplicationState extends State<RebootApplication> {
@override
Widget build(BuildContext context) => FluentApp(
title: "Reboot Launcher",
themeMode: ThemeMode.system,
themeMode: ThemeMode.light,
debugShowCheckedModeBanner: false,
color: SystemTheme.accentColor.accent.toAccentColor(),
darkTheme: _createTheme(Brightness.dark),