Skip to content

Commit 81a497b

Browse files
committed
chore: rename some commands, reorder
1 parent 686a730 commit 81a497b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

frontend/src/ts/commandline/commandline-metadata.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,6 @@ export const commandlineConfigMetadata: CommandlineConfigMetadataObject = {
493493
},
494494

495495
//appearence
496-
timerStyle: {
497-
subgroup: { options: "fromSchema" },
498-
alias: "timer",
499-
},
500496
liveSpeedStyle: {
501497
subgroup: {
502498
options: "fromSchema",
@@ -515,14 +511,21 @@ export const commandlineConfigMetadata: CommandlineConfigMetadataObject = {
515511
},
516512
alias: "wpm",
517513
},
514+
timerStyle: {
515+
display: "Live progress style...",
516+
subgroup: { options: "fromSchema" },
517+
alias: "timer",
518+
},
518519
timerColor: {
520+
display: "Live progress color...",
519521
alias: "timer speed wpm burst acc",
520522
subgroup: {
521523
options: "fromSchema",
522524
alias: () => "timer",
523525
},
524526
},
525527
timerOpacity: {
528+
display: "Live progress opacity...",
526529
alias: "timer speed wpm burst acc",
527530
subgroup: {
528531
options: "fromSchema",

0 commit comments

Comments
 (0)