Skip to content

Commit

Permalink
Update SafeSettingsView.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Braandn authored Jan 2, 2022
1 parent 5d90b12 commit 8b7e927
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/views/layouts/Settings/SafeSettingsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
idAbWaitTime,
idAbAddBuyDelay,
idAbDelayToAdd,
idAbRestartAfter,
} from "../../../elementIds.constants";
import { generateTextInput } from "../../../utils/uiUtils/generateTextInput";
import { generateToggleInput } from "../../../utils/uiUtils/generateToggleInput";
Expand Down Expand Up @@ -74,5 +75,14 @@ export const safeSettingsView = function () {
"text",
"\\d+-\\d+[H|M|S|h|m|s]$"
)}
${generateTextInput(
"Restart After",
"1-2H",
{ idAbRestartAfter },
"(S for seconds, M for Minutes, H for hours eg. 30-40M)",
"CommonSettings",
"text",
"\\d+-\\d+[H|M|S|h|m|s]$"
)}
</div>`;
};

0 comments on commit 8b7e927

Please sign in to comment.