fix(ui): obey plugin guidelines

This commit is contained in:
Kritagya Bhattarai (CalfMoon) 2025-03-12 15:30:43 +05:45
parent daa3db93b7
commit e938aa9dea

View file

@ -14,8 +14,6 @@ export default class SampleSettingTab extends PluginSettingTab {
const { containerEl } = this;
containerEl.empty();
containerEl.createEl("h1", { text: "Node Factor Settings" });
new Setting(containerEl)
.setName("Forward link weight multiplier")
.setDesc("Multiplier for forward links weight (0 to diable).")