Skip to content

Commit

Permalink
fixed #9009 - allow color schemes per serial connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Sep 21, 2023
1 parent dc9a7d8 commit 169aded
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
.description(translate) Sends data one byte at a time
toggle([(ngModel)]='profile.options.slowSend')

li(ngbNavItem)
a(ngbNavLink, translate) Colors
ng-template(ngbNavContent)
color-scheme-selector([(model)]='profile.terminalColorScheme')

li(ngbNavItem)
a(ngbNavLink, translate) Login scripts
ng-template(ngbNavContent)
Expand Down

0 comments on commit 169aded

Please sign in to comment.