Skip to content

Commit

Permalink
add clarifying text for subscenes in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevboh committed Dec 11, 2023
1 parent e38e33b commit 6875afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/settings/LongformSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class LongformSettingsTab extends PluginSettingTab {
new Setting(containerEl)
.setName("Show scene numbers in Scenes tab")
.setDesc(
"If on, shows numbers for scenes with subscenes separated by periods, e.g. 1.1.2."
"If on, shows numbers for scenes with subscenes separated by periods, e.g. 1.1.2. Create subscenes by dragging a scene to an indent under an existing scene, or us an indent command."
)
.addToggle((cb) => {
cb.setValue(settings.numberScenes);
Expand Down

0 comments on commit 6875afa

Please sign in to comment.