summaryrefslogtreecommitdiff
path: root/main/performance.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-13 09:57:20 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-13 09:57:20 +0100
commita9f3f0c52a111d46bb4697beef89ac3ffd118d65 (patch)
treeba82915f462885a11ce7143d993bf7dbad898884 /main/performance.cpp
parent46d8fea41a6d78f4cbb7a6d67c82fbe8188231d0 (diff)
parentbe9224eaa8c138e4628563671af0f82a33d3f7cf (diff)
Merge pull request #71315 from smix8/i_see_double
Fix duplicate NavigationServer process
Diffstat (limited to 'main/performance.cpp')
-rw-r--r--main/performance.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/performance.cpp b/main/performance.cpp
index 448ddd0e96..869a947b2a 100644
--- a/main/performance.cpp
+++ b/main/performance.cpp
@@ -249,6 +249,9 @@ Performance::MonitorType Performance::get_monitor_type(Monitor p_monitor) const
MONITOR_TYPE_QUANTITY,
MONITOR_TYPE_QUANTITY,
MONITOR_TYPE_QUANTITY,
+ MONITOR_TYPE_QUANTITY,
+ MONITOR_TYPE_QUANTITY,
+ MONITOR_TYPE_QUANTITY,
};