mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-26 20:28:34 +01:00
removed settings header
This commit is contained in:
parent
0c6d1f286b
commit
6a3303bacb
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ export class JSPSettingsTab extends PluginSettingTab {
|
||||||
|
|
||||||
display(): void {
|
display(): void {
|
||||||
this.containerEl.empty();
|
this.containerEl.empty();
|
||||||
this.containerEl.createEl("h2", {text: "Just Share Please Settings"});
|
|
||||||
new Setting(this.containerEl)
|
new Setting(this.containerEl)
|
||||||
.setName("Just Share Please Server")
|
.setName("Just Share Please Server")
|
||||||
.setDesc(createFragment(f => {
|
.setDesc(createFragment(f => {
|
||||||
|
|
Loading…
Reference in a new issue