From d2f6dcd92d0caa3021abb1047e864a392e08466e Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 4 May 2022 12:27:16 +0200 Subject: [PATCH] fixed todo --- frontend/src/ts/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/ts/config.ts b/frontend/src/ts/config.ts index f6536a83e..a10672bd2 100644 --- a/frontend/src/ts/config.ts +++ b/frontend/src/ts/config.ts @@ -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"],