@@ -101,16 +101,15 @@ export const enableNewTenantDiagnosticsDesign: SettingProps = {
101101 helpPopoverContent : i18n ( 'settings.tenantDiagnostics.popover' ) ,
102102} ;
103103
104- export const generalSection : SettingsSection = {
105- id : 'generalSection ' ,
106- title : i18n ( 'section.general ' ) ,
107- settings : [ themeSetting ] ,
104+ export const appearanceSection : SettingsSection = {
105+ id : 'appearanceSection ' ,
106+ title : i18n ( 'section.appearance ' ) ,
107+ settings : [ themeSetting , invertedDisksSetting ] ,
108108} ;
109109export const experimentsSection : SettingsSection = {
110110 id : 'experimentsSection' ,
111111 title : i18n ( 'section.experiments' ) ,
112112 settings : [
113- invertedDisksSetting ,
114113 useNodesEndpointSetting ,
115114 useBackendParamsForTables ,
116115 enableQueryModesForExplainSetting ,
@@ -122,7 +121,7 @@ export const generalPage: SettingsPage = {
122121 id : 'generalPage' ,
123122 title : i18n ( 'page.general' ) ,
124123 icon : { data : favoriteFilledIcon , height : 14 , width : 14 } ,
125- sections : [ generalSection ] ,
124+ sections : [ appearanceSection ] ,
126125} ;
127126export const experimentsPage : SettingsPage = {
128127 id : 'experimentsPage' ,
0 commit comments