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:
parent
35e924258a
commit
49f7f8644d
3 changed files with 15 additions and 0 deletions
1
state.js
1
state.js
|
@ -213,6 +213,7 @@ export const State = {
|
|||
settings: {
|
||||
secondsInTimestamps: true,
|
||||
bufferEvents: BufferEventsDisplayMode.FOLD,
|
||||
systemUIFont: false,
|
||||
},
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue