mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 06:54:36 +08:00
fixed todo
This commit is contained in:
parent
998120bea7
commit
d2f6dcd92d
1 changed files with 0 additions and 1 deletions
|
|
@ -1541,7 +1541,6 @@ export function setFontSize(
|
|||
fontSize: MonkeyTypes.FontSize,
|
||||
nosave?: boolean
|
||||
): boolean {
|
||||
fontSize = fontSize.toString() as MonkeyTypes.FontSize; //todo remove after around a week
|
||||
if (
|
||||
!isConfigValueValid("font size", fontSize, [
|
||||
["1", "125", "15", "2", "3", "4"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue