aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd
index be83057f..085674ef 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -34,6 +34,7 @@ var default_profile := {
"has_rotated": false,
"has_reset": false,
"has_zoomed": false,
+ "has_seen_performance": false,
"has_seen_join_while_running": false
}
}