Remove debugg banner
This commit is contained in:
parent
007d12719c
commit
ab398cbdc3
@ -228,6 +228,7 @@ class _HAClientAppState extends State<HAClientApp> {
|
||||
title: appName,
|
||||
theme: HAClientTheme().lightTheme,
|
||||
darkTheme: HAClientTheme().darkTheme,
|
||||
debugShowCheckedModeBanner: false,
|
||||
initialRoute: "/",
|
||||
routes: {
|
||||
"/": (context) => MainPage(title: 'HA Client'),
|
||||
|
Reference in New Issue
Block a user