mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
better wording explanation
This commit is contained in:
parent
f51c32a79c
commit
d242ae38fd
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue