mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00:00
set xterm-webgl as default frontend
This commit is contained in:
parent
c9c1306bf3
commit
e1c07e7844
@ -10,8 +10,8 @@ div
|
||||
[(ngModel)]='config.store.terminal.frontend',
|
||||
(ngModelChange)='config.save()',
|
||||
)
|
||||
option(value='xterm') xterm
|
||||
option(value='xterm-webgl') xterm (WebGL)
|
||||
option(value='xterm') xterm (canvas)
|
||||
|
||||
.form-line
|
||||
.header
|
||||
|
@ -7,7 +7,7 @@ export class TerminalConfigProvider extends ConfigProvider {
|
||||
'copy-current-path': [],
|
||||
},
|
||||
terminal: {
|
||||
frontend: 'xterm',
|
||||
frontend: 'xterm-webgl',
|
||||
fontSize: 14,
|
||||
fontWeight: 400,
|
||||
fontWeightBold: 700,
|
||||
|
Loading…
x
Reference in New Issue
Block a user