mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 01:05:06 +08:00
uppercase fix
This commit is contained in:
parent
dcb5c61a83
commit
d6a79ca2a8
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const subgroup: MonkeyTypes.CommandsSubgroup = {
|
|||
const commands: MonkeyTypes.Command[] = [
|
||||
{
|
||||
id: "setCustomBackgroundFilter",
|
||||
display: "custom background filter...",
|
||||
display: "Custom background filter...",
|
||||
icon: "fa-image",
|
||||
subgroup,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue