Skip to content

Commit

Permalink
Disabled Ads by default (may work)
Browse files Browse the repository at this point in the history
  • Loading branch information
arora-archit authored Dec 6, 2024
1 parent 2e9acaf commit a6d90c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared-types/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export type HighlightMode =
| "next_two_words"
| "next_three_words";
export type TypingSpeedUnit = "wpm" | "cpm" | "wps" | "cps" | "wph";
export type Ads = "off" | "result" | "on" | "sellout";
export type MinimumAccuracy = "off" | "custom";
export type RepeatQuotes = "off" | "typing";
export type OppositeShiftMode = "off" | "on" | "keymap";
Expand Down Expand Up @@ -156,7 +155,7 @@ export type Config = {
minWpmCustomSpeed: number;
highlightMode: HighlightMode;
typingSpeedUnit: TypingSpeedUnit;
ads: Ads;
ads: "off";
hideExtraLetters: boolean;
strictSpace: boolean;
minAcc: MinimumAccuracy;
Expand Down

0 comments on commit a6d90c0

Please sign in to comment.