summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-12-24 11:32:56 -0500
committerJosh Ferrell <josh@vector35.com>2025-12-24 11:32:56 -0500
commite2d75d9d99b2335855cc3e409508bbde1e8e6761 (patch)
tree4510735a9943470ff26616f971f60d783cdc9114 /docs
parented0f3b1b8593f6b76fbb64c53a0885073c1c1979 (diff)
Update description for ui.recentFileLimit
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md
index aa418a42..e2714232 100644
--- a/docs/guide/settings.md
+++ b/docs/guide/settings.md
@@ -426,7 +426,7 @@ The setting will appear under the Quick Settings section in the Function Setting
| | | enum: Split to new window and navigate|`enum`|`NewWindow`| | |
|ui|Rainbow Braces|Colorize matching pairs of braces.|`boolean`|`True`|[`SettingsUserScope`]|<a id='ui.rainbowBraces'>ui.rainbowBraces</a>|
|ui|Recent Command Limit|Specify a limit for the recent command palette history.|`number`|`5`|[`SettingsUserScope`]|<a id='ui.recentCommandLimit'>ui.recentCommandLimit</a>|
-|ui|New Tab Recent File Limit|Number of recent files shown on the new tab page. Set to 0 to hide the list (history is still preserved).|`number`|`10`|[`SettingsUserScope`]|<a id='ui.recentFileLimit'>ui.recentFileLimit</a>|
+|ui|Recent File Display Limit|Number of recent files shown in recent file lists. Set to 0 to hide the list (history is still preserved).|`number`|`10`|[`SettingsUserScope`]|<a id='ui.recentFileLimit'>ui.recentFileLimit</a>|
|ui|Show Indentation Guides|Show indentation markers in linear high-level IL|`boolean`|`True`|[`SettingsUserScope`]|<a id='ui.renderIndentGuides'>ui.renderIndentGuides</a>|
|ui.experimental|Typelib Explorer|Enables Type Library Explorer tools. Requires a restart and creates a new sidebar icon that can be enabled.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.experimental.typelibExplorer'>ui.experimental.typelibExplorer</a>|
|ui.experimental|Developer Tools|Enables Qt UI development tooling. Requires a restart and creates a new sidebar icon that can be enabled.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.experimental.uiDeveloperTools'>ui.experimental.uiDeveloperTools</a>|