From d707b4012c516e1aa15e0cc4b0b01ebdd3a7d184 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 21 Nov 2024 15:38:49 -0500 Subject: Remove DockHandler and DockWidget support. --- 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 cece3c51..0d5cc22e 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -295,7 +295,6 @@ All settings are uniquely identified with an identifier string. Identifiers are |triage|Always Prefer Triage Summary View|Always prefer opening binaries in Triage Summary view, even when performing full analysis.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|triage.preferSummaryView| |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|Dock Window Title Bars|Enable to display title bars for dockable windows attached to a main window.|`boolean`|`True`|[`SettingsUserScope`]|ui.docks.titleBars| |ui|Typelib Explorer|Enables Type Library Explorer tools. Requires a restart and creates a new sidebar icon that can be enabled.|`boolean`|`False`|[`SettingsUserScope`]|ui.experimental.typelibExplorer| |ui|Developer Tools|Enables Qt UI development tooling. Requires a restart and creates a new sidebar icon that can be enabled.|`boolean`|`False`|[`SettingsUserScope`]|ui.experimental.uiDeveloperTools| |ui|Feature Map|Enable the feature map which displays a visual overview of the BinaryView.|`boolean`|`True`|[`SettingsUserScope`]|ui.featureMap.enable| -- cgit v1.3.1