Skip to content

Commit 0a4632b

Browse files
committed
remove old startup-scripts modal
1 parent b0284fa commit 0a4632b

File tree

3 files changed

+0
-136
lines changed

3 files changed

+0
-136
lines changed

jsEngine/settings/Settings.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ export class JsEnginePluginSettingTab extends PluginSettingTab {
3030
return;
3131
}
3232

33-
// this.containerEl.createEl('p', { text: 'Currently Empty, but there will be stuff here later.' });
34-
35-
new Setting(containerEl).setName('Startup scripts').addButton(button => {
36-
button.setButtonText('Manage').onClick(() => {
37-
new StartupScriptsModal(this.plugin).open();
38-
});
39-
});
40-
4133
new Setting(containerEl)
4234
.setName('JS snippets (loaded on startup)')
4335
.setHeading()

jsEngine/settings/StartupScriptModal.ts

Lines changed: 0 additions & 37 deletions
This file was deleted.

jsEngine/settings/StartupScripts.svelte

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)