Remove sentence count as default #4
This commit is contained in:
parent
0dae8cc772
commit
137019ec8d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export class BetterWordCountSettings {
|
||||||
showCharacters: boolean = true;
|
showCharacters: boolean = true;
|
||||||
charactersPrefix: string = "";
|
charactersPrefix: string = "";
|
||||||
charactersSuffix: string = " characters ";
|
charactersSuffix: string = " characters ";
|
||||||
showSentences: boolean = true;
|
showSentences: boolean = false;
|
||||||
sentencesPrefix: string = "";
|
sentencesPrefix: string = "";
|
||||||
sentencesSuffix: string = " sentences";
|
sentencesSuffix: string = " sentences";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue