mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-28 05:36:31 +03:00
limit max font size (fixes #618)
This commit is contained in:
parent
e28c619bdc
commit
f2be34d137
@ -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()',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user