Skip to content

Commit 325e1ba

Browse files
committed
add hide option
1 parent 640d656 commit 325e1ba

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

dist.zip

50.9 KB
Binary file not shown.

src/content_script/scores/ScoreTools.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<option value={Tools.CATEGORY_WEIGHTING}
2121
>Category Weighting and Advanced See All Possibilities</option
2222
>
23+
<option value={Tools.NONE}>None</option>
2324
</select>
2425
</div>
2526

src/content_script/scores/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import ScoreTools from "./ScoreTools.svelte";
2828

2929
export enum Tools {
3030
CATEGORY_WEIGHTING = "CATEGORY_WEIGHTING",
31+
NONE = "NONE"
3132
}
3233

3334
function waitForElm(selector: string): Promise<Element | null> {

0 commit comments

Comments
 (0)