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