mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
Minor fixes
This commit is contained in:
@@ -80,7 +80,7 @@ class _RebootApplicationState extends State<RebootApplication> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) => FluentApp(
|
Widget build(BuildContext context) => FluentApp(
|
||||||
title: "Reboot Launcher",
|
title: "Reboot Launcher",
|
||||||
themeMode: ThemeMode.light,
|
themeMode: ThemeMode.system,
|
||||||
debugShowCheckedModeBanner: false,
|
debugShowCheckedModeBanner: false,
|
||||||
color: SystemTheme.accentColor.accent.toAccentColor(),
|
color: SystemTheme.accentColor.accent.toAccentColor(),
|
||||||
darkTheme: _createTheme(Brightness.dark),
|
darkTheme: _createTheme(Brightness.dark),
|
||||||
|
|||||||
Reference in New Issue
Block a user