console.lua: restore the bigger default font size

Fixes aa66f0dced.
This commit is contained in:
Guido Cella 2024-10-29 00:10:11 +01:00 committed by Kacper Michajłow
parent aa66f0dced
commit 934bfd2b7e
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ local platform = detect_platform()
-- Default options
local opts = {
font = "",
font_size = 16,
border_size = 1,
font_size = 24,
border_size = 1.5,
scale_with_window = "auto",
case_sensitive = platform ~= 'windows' and true or false,
history_dedup = true,