Allow setting system UI font as font over monospace

Some find monospace a bit difficult to read, especially when it comes
to large blocks of text.
This commit is contained in:
Gabriel Simmer 2024-09-24 16:22:45 +01:00
parent 35e924258a
commit 49f7f8644d
No known key found for this signature in database
3 changed files with 15 additions and 0 deletions

View file

@ -213,6 +213,7 @@ export const State = {
settings: {
secondsInTimestamps: true,
bufferEvents: BufferEventsDisplayMode.FOLD,
systemUIFont: false,
},
};
},