Update settings.component.html

This commit is contained in:
piotrpekala7 2021-06-21 13:32:43 +02:00
parent 8eda2ddcea
commit 758f680a28

View File

@ -12,7 +12,7 @@
<div>
<mat-checkbox [(ngModel)]="settings.crash_reports">Send anonymous crash reports</mat-checkbox><br/>
<mat-checkbox [(ngModel)]="integrateLinksLabelsToLinks">Integrate link labels to links</mat-checkbox><br/>
<mat-checkbox [(ngModel)]="openReadme">Automatically open project README files</mat-checkbox>
<mat-checkbox [(ngModel)]="openReadme">Automatically open project README files</mat-checkbox><br/>
<mat-checkbox [(ngModel)]="openConsolesInWidget">Open consoles in the widget instead of in new tabs after clicking start consoles for all nodes</mat-checkbox>
</div>
</mat-expansion-panel>