Update debug mode warning
This commit is contained in:
parent
51ebe7b40b
commit
9e912f2870
|
|
@ -249,10 +249,13 @@ class MenuDrawer extends StatelessWidget {
|
||||||
child: IconText(
|
child: IconText(
|
||||||
icon: Icons.warning,
|
icon: Icons.warning,
|
||||||
text: localization.debugModeIsEnabled,
|
text: localization.debugModeIsEnabled,
|
||||||
|
style: TextStyle(color: Colors.white),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
subtitle:
|
subtitle: Text(
|
||||||
Text(localization.debugModeIsEnabledHelp),
|
localization.debugModeIsEnabledHelp,
|
||||||
|
style: TextStyle(color: Colors.white),
|
||||||
|
),
|
||||||
onTap: () => launch(kDebugModeUrl),
|
onTap: () => launch(kDebugModeUrl),
|
||||||
),
|
),
|
||||||
DrawerTile(
|
DrawerTile(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue