refactor: merge all dev settings into one setting

This commit is contained in:
release-bot
2026-02-12 13:10:14 +01:00
parent 9eecdd4fb8
commit c9021f2383
3 changed files with 6 additions and 16 deletions

View File

@@ -64,14 +64,9 @@ export const AppSettingTypes = {
label: 'Show Indices',
value: false
},
showPerformancePanel: {
advancedMode: {
type: 'boolean',
label: 'Show Performance Panel',
value: false
},
showBenchmarkPanel: {
type: 'boolean',
label: 'Show Benchmark Panel',
label: 'Advanced Mode',
value: false
},
showVertices: {
@@ -84,11 +79,6 @@ export const AppSettingTypes = {
label: 'Show Stem Lines',
value: false
},
showGraphJson: {
type: 'boolean',
label: 'Show Graph Source',
value: false
},
cache: {
title: 'Cache',
useRuntimeCache: {