Adding a space to the default suffix for the alt status bar
This commit is contained in:
parent
909e954c3e
commit
3871f71aae
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export const DEFAULT_SETTINGS: BetterWordCountSettings = {
|
|||
altBar: [
|
||||
{
|
||||
prefix: "",
|
||||
suffix: "files",
|
||||
suffix: " files",
|
||||
metric: {
|
||||
type: MetricType.total,
|
||||
counter: MetricCounter.files,
|
||||
|
|
Loading…
Reference in a new issue