mirror of
https://github.com/eugeny/tabby
synced 2025-10-30 05:57:06 +00:00
fixed #9009 - allow color schemes per serial connection
This commit is contained in:
@@ -87,6 +87,11 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
|
|||||||
.description(translate) Sends data one byte at a time
|
.description(translate) Sends data one byte at a time
|
||||||
toggle([(ngModel)]='profile.options.slowSend')
|
toggle([(ngModel)]='profile.options.slowSend')
|
||||||
|
|
||||||
|
li(ngbNavItem)
|
||||||
|
a(ngbNavLink, translate) Colors
|
||||||
|
ng-template(ngbNavContent)
|
||||||
|
color-scheme-selector([(model)]='profile.terminalColorScheme')
|
||||||
|
|
||||||
li(ngbNavItem)
|
li(ngbNavItem)
|
||||||
a(ngbNavLink, translate) Login scripts
|
a(ngbNavLink, translate) Login scripts
|
||||||
ng-template(ngbNavContent)
|
ng-template(ngbNavContent)
|
||||||
|
|||||||
Reference in New Issue
Block a user