From e2d75d9d99b2335855cc3e409508bbde1e8e6761 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 24 Dec 2025 11:32:56 -0500 Subject: Update description for ui.recentFileLimit --- docs/guide/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide') 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`]|ui.rainbowBraces| |ui|Recent Command Limit|Specify a limit for the recent command palette history.|`number`|`5`|[`SettingsUserScope`]|ui.recentCommandLimit| -|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`]|ui.recentFileLimit| +|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`]|ui.recentFileLimit| |ui|Show Indentation Guides|Show indentation markers in linear high-level IL|`boolean`|`True`|[`SettingsUserScope`]|ui.renderIndentGuides| |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`]|ui.experimental.typelibExplorer| |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`]|ui.experimental.uiDeveloperTools| -- cgit v1.3.1