mirror of
https://github.com/calfmoon/node-factor.git
synced 2026-07-22 05:42:24 +00:00
fix(ui): obey plugin guidelines
This commit is contained in:
parent
daa3db93b7
commit
e938aa9dea
1 changed files with 0 additions and 2 deletions
|
|
@ -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).")
|
||||
|
|
|
|||
Loading…
Reference in a new issue