fixed todo

This commit is contained in:
Miodec 2022-05-04 12:27:16 +02:00
parent 998120bea7
commit d2f6dcd92d

View file

@ -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"],