mirror of
https://github.com/slateblua/mathtype.git
synced 2026-07-22 05:43:32 +00:00
Remove redunndant elements
This commit is contained in:
parent
9deda6f7d7
commit
830b5f8acb
1 changed files with 1 additions and 2 deletions
3
main.ts
3
main.ts
|
|
@ -279,10 +279,9 @@ class PrefsTab extends PluginSettingTab {
|
|||
|
||||
containerEl.empty();
|
||||
|
||||
containerEl.createEl('h2', {text: 'MathType Suggester Prefs'});
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName('Start Key')
|
||||
.setName('Start key')
|
||||
.setDesc('Set the key to trigger MathType suggestions.')
|
||||
.addText(text => text
|
||||
.setValue(this.plugin.settings.startKey || '')
|
||||
|
|
|
|||
Loading…
Reference in a new issue