mirror of
https://github.com/memodack/memodack.git
synced 2026-07-22 11:50:25 +00:00
chore: renamed several settings
This commit is contained in:
parent
e8552c6de9
commit
65fea10f14
1 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ export class SettingTabService extends PluginSettingTab {
|
|||
new Setting(containerEl).setName("Voiceover").setHeading();
|
||||
|
||||
this.playbackSpeedSettings = new Setting(containerEl)
|
||||
.setName("Playback speed")
|
||||
.setName("Playback")
|
||||
.setDesc("The speed at which the voiceover will be performed.")
|
||||
.addDropdown((dropdown) => {
|
||||
dropdown
|
||||
|
|
@ -155,7 +155,7 @@ export class SettingTabService extends PluginSettingTab {
|
|||
new Setting(containerEl).setName("Actions").setHeading();
|
||||
|
||||
this.playVariantSettings = new Setting(containerEl)
|
||||
.setName("When pressed play")
|
||||
.setName("Pressing")
|
||||
.setDesc("Will be voiced when you click on a part.")
|
||||
.addDropdown((dropdown) => {
|
||||
dropdown
|
||||
|
|
|
|||
Loading…
Reference in a new issue