From da43c940f2b1acd642f041bb8ce2b4417706e6e7 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 10 Dec 2024 22:19:40 +0800 Subject: [PATCH] :bug: Remove remove debug banner --- lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 726e9f0..06ae709 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -124,7 +124,6 @@ class AppMainContent extends StatelessWidget { final th = context.watch(); return MaterialApp.router( - debugShowCheckedModeBanner: false, theme: th.theme?.light, darkTheme: th.theme?.dark, locale: context.locale,