mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 09:14:27 +08:00
added incognito alias
This commit is contained in:
parent
10ed4eadc2
commit
3ee547326b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ const subgroup: MonkeyTypes.CommandsSubgroup = {
|
|||
{
|
||||
id: "setResultSavingOff",
|
||||
display: "off",
|
||||
alias: "disabled",
|
||||
alias: "disabled incognito",
|
||||
exec: (): void => {
|
||||
TestState.setSaving(false);
|
||||
ModesNotice.update();
|
||||
|
@ -16,7 +16,7 @@ const subgroup: MonkeyTypes.CommandsSubgroup = {
|
|||
{
|
||||
id: "setResultSavingOn",
|
||||
display: "on",
|
||||
alias: "enabled",
|
||||
alias: "enabled incognito",
|
||||
exec: (): void => {
|
||||
TestState.setSaving(true);
|
||||
ModesNotice.update();
|
||||
|
|
Loading…
Reference in a new issue