Add Translate TODO

This commit is contained in:
Sarah Jamie Lewis 2023-04-18 14:11:36 -07:00 committed by Gitea
parent 75026ad57f
commit 8cd1bec07b
1 changed files with 1 additions and 0 deletions

View File

@ -546,6 +546,7 @@ class _GlobalSettingsViewState extends State<GlobalSettingsView> {
)
]),
SwitchListTile(
// TODO: Translate, Remove, OR Hide Prior to Release
title: Text("Show Performance Overlay", style: TextStyle(color: settings.current().mainTextColor)),
subtitle: Text("Display an overlay graph of render time."),
value: settings.profileMode,