mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-03-22 03:21:31 +01:00
8 lines
192 B
HTML
8 lines
192 B
HTML
<h1>System Settings</h1>
|
|
|
|
<ng-container *ngIf="render">
|
|
<ng-container *ngFor="let pref of preferences">
|
|
<syspref-option [pref]="pref"></syspref-option>
|
|
</ng-container>
|
|
</ng-container>
|