From 79a2484d68e8003bd497420fa537488599368337 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Mon, 27 Jan 2025 20:29:34 -0500 Subject: [PATCH] Don't show debug banner in development --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 62742f6..db1c0be 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -245,6 +245,7 @@ class _ObtainiumState extends State { supportedLocales: context.supportedLocales, locale: context.locale, navigatorKey: globalNavigatorKey, + debugShowCheckedModeBanner: false, theme: ThemeData( useMaterial3: true, colorScheme: settingsProvider.theme == ThemeSettings.dark