parent
04404c2233
commit
e5c9c592c3
@ -1,15 +1,19 @@
|
|||||||
<div class="settings">
|
<div class="settings">
|
||||||
<div class="colors">
|
<div class="colors">
|
||||||
<color-picker [setColor]="configService.config.planBg" (color)="onPlanColorChange($event)">Plan window
|
<color-picker [setColor]="configService.config.planBg" (color)="onPlanColorChange($event)">Plan window
|
||||||
background</color-picker>
|
background</color-picker>
|
||||||
<color-picker [setColor]="configService.config.backdropBg" (color)="onBackdropColorChange($event)">Overlay
|
<color-picker [setColor]="configService.config.backdropBg" (color)="onBackdropColorChange($event)">Overlay
|
||||||
backdrop color</color-picker>
|
backdrop color</color-picker>
|
||||||
|
<color-picker [setColor]="configService.config.noteDefaultFg" (color)="onNoteColorChange($event)">Overlay default font color</color-picker>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxes">
|
<div class="checkboxes">
|
||||||
<mat-slide-toggle [color]="overlayService.isOverlay ? 'primary-on-dark' : 'primary'" [(ngModel)]="configService.config.hideOnUnfocus">Auto hide on unfocus</mat-slide-toggle>
|
<mat-slide-toggle [color]="overlayService.isOverlay ? 'primary-on-dark' : 'primary'"
|
||||||
|
[(ngModel)]="configService.config.hideOnUnfocus">Auto hide on unfocus</mat-slide-toggle>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button mat-raised-button (click)="rebindOverlayToggle()">Overlay toggle shortcut: {{configService.config.toggleOverlay}}</button>
|
<button mat-raised-button (click)="rebindOverlayToggle()">Overlay toggle shortcut:
|
||||||
<button mat-raised-button (click)="rebindPreviousZone()">Previous zone shortcut: {{configService.config.prev}}</button>
|
{{configService.config.toggleOverlay}}</button>
|
||||||
|
<button mat-raised-button (click)="rebindPreviousZone()">Previous zone shortcut:
|
||||||
|
{{configService.config.prev}}</button>
|
||||||
<button mat-raised-button (click)="rebindNextZone()">Next zone shortcut: {{configService.config.next}}</button>
|
<button mat-raised-button (click)="rebindNextZone()">Next zone shortcut: {{configService.config.next}}</button>
|
||||||
</div>
|
</div>
|
Loading…
Reference in new issue