mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-28 19:21:20 -04:00
4 lines
341 B
HTML
4 lines
341 B
HTML
<mat-button-toggle-group class="tui-button-toggle" name="fontStyle" aria-label="Font Style" value="folders">
|
|
<mat-button-toggle value="folders" (click)="onSelect(listType.Folder)">Folders</mat-button-toggle>
|
|
<mat-button-toggle value="devices" (click)="onSelect(listType.Device)">Devices</mat-button-toggle>
|
|
</mat-button-toggle-group> |