mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 01:05:06 +08:00
style: added icons to practice commands
This commit is contained in:
parent
a752a1a8cd
commit
deb0293b67
1 changed files with 0 additions and 3 deletions
|
@ -36,7 +36,6 @@ const practiceSubgroup: MonkeyTypes.CommandsSubgroup = {
|
|||
{
|
||||
id: "practiseWordsMissed",
|
||||
display: "missed",
|
||||
noIcon: true,
|
||||
exec: (): void => {
|
||||
PractiseWords.init(true, false);
|
||||
TestLogic.restart({
|
||||
|
@ -47,7 +46,6 @@ const practiceSubgroup: MonkeyTypes.CommandsSubgroup = {
|
|||
{
|
||||
id: "practiseWordsSlow",
|
||||
display: "slow",
|
||||
noIcon: true,
|
||||
exec: (): void => {
|
||||
PractiseWords.init(false, true);
|
||||
TestLogic.restart({
|
||||
|
@ -58,7 +56,6 @@ const practiceSubgroup: MonkeyTypes.CommandsSubgroup = {
|
|||
{
|
||||
id: "practiseWordsBoth",
|
||||
display: "both",
|
||||
noIcon: true,
|
||||
exec: (): void => {
|
||||
PractiseWords.init(true, true);
|
||||
TestLogic.restart({
|
||||
|
|
Loading…
Reference in a new issue