better wording explanation

This commit is contained in:
Wagyourtail 2024-10-19 01:46:27 -05:00
parent f51c32a79c
commit d242ae38fd
No known key found for this signature in database
GPG key ID: B72EB1D5CD437025

View file

@ -94,7 +94,7 @@ export const settings = definePluginSettings({
},
nestMode: {
type: OptionType.SELECT,
description: "Use nested extra columns (folders split by `/`) for displaying folder contents",
description: "Use multiple columns for displaying folder contents. When enabled folder names will be split by `/` and nested",
options: [
{ label: "Disabled", value: NestMode.DISABLED, default: true },
{ label: "Seperate Columns", value: NestMode.SEPERATE_COLUMNS },