performance #663

Merged
sarah merged 4 commits from performance into trunk 2023-04-18 21:14:59 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8cd1bec07b - Show all commits

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,