Skip to content

Commit

Permalink
removed modifier setting until i can figure out path forward
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 20, 2022
1 parent 12c374b commit 9982930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default class InitiativeTrackerSettings extends PluginSettingTab {
});
});

new Setting(containerEl)
/* new Setting(containerEl)
.setName("Monster Property used for Modifier")
.setDesc(
"The tracker will try to use this property on a monster to calculate initiative."
Expand All @@ -96,7 +96,7 @@ export default class InitiativeTrackerSettings extends PluginSettingTab {
if (view) view.rollInitiatives();
await this.plugin.saveSettings();
};
});
}); */
}
private async _displayIntegrations(containerEl: HTMLDivElement) {
containerEl.empty();
Expand Down

0 comments on commit 9982930

Please sign in to comment.