From 59f28bc770f664917dbd01a5e08c716e58f0db70 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 1 Nov 2023 15:45:39 -0400 Subject: Update developer mode preferences. (skip-ci) --- docs/guide/settings.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 15a7f320..23b5fa75 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -214,7 +214,6 @@ All settings are uniquely identified with an identifier string. Identifiers are |triage|Prefer Triage Summary View for Raw Files|Prefer opening raw files in Triage Summary view.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|triage.preferSummaryViewForRaw| |ui|Allow Welcome Popup|By default, the welcome window will only show up when it has changed and this install has not seen it. However, disabling this setting will prevent even that.|`boolean`|`True`|[`SettingsUserScope`]|ui.allowWelcome| |ui|Enable the new Symbols UI (Experimental)|Enables the new Symbols UI. The upgraded UI supports Folders, displaying addresses, and much more. Be aware that this is a feature preview and may still have issues.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsUserScope`]|ui.components.enabled| -|ui|Developer Mode|Enable developer preferences.|`boolean`|`False`|[`SettingsUserScope`]|ui.developerMode| |ui|Dock Window Title Bars|Enable to display title bars for dockable windows attached to a main window.|`boolean`|`True`|[`SettingsUserScope`]|ui.docks.titleBars| |ui|Feature Map|Enable the feature map which displays a visual overview of the BinaryView.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|ui.featureMap.enable| |ui|Feature Map File-Backed Only Mode|Exclude mapped regions that are not backed by a load file.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|ui.featureMap.fileBackedOnly| -- cgit v1.3.1