File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
frontend/src/ts/commandline Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments