mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
limit max font size (fixes #618)
This commit is contained in:
@@ -26,6 +26,7 @@ h3.mb-3 Appearance
|
||||
)
|
||||
input.form-control.w-25(
|
||||
type='number',
|
||||
max='48',
|
||||
[(ngModel)]='config.store.terminal.fontSize',
|
||||
(ngModelChange)='config.save()',
|
||||
)
|
||||
|
Reference in New Issue
Block a user