Skip to content

Commit

Permalink
Changing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Jan 24, 2025
1 parent 9623135 commit 7694650
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/settings/settings.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,15 +811,15 @@ <h2>{{"SMART_SCALE_ACAIA_HEARTBEAT_TIMER" | translate}}</h2>
<ion-item>
<ion-checkbox label-placement='start' (ngModelChange)="saveSettings();" [(ngModel)]="settings.graph_threshold_frequency_update">
<div class='ion-label' style="white-space: normal;">
<h2>Experimental Feature! Graph refresh interval</h2>
<p>Just use this if your graph lags while streaming, this mainly is happening on old tablets / phones. If you don't have any issues, ignore this function.</p>
<h2>Experimental Feature: Graph Update Interval</h2>
<p>Use this only if your graph lags while streaming, which mainly occurs on older tablets or phones. If you're not experiencing any issues, you can ignore this function.</p>
</div>
</ion-checkbox>
</ion-item>
<ion-item *ngIf="settings.graph_threshold_frequency_update">
<div class='ion-label' style="white-space: normal;">
<h2>Graph frequence update interval</h2>
<p>Update every choosen milliseconds</p>
<h2>Graph Update Frequency Interval</h2>
<p>Refresh at the selected millisecond interval</p>
</div>
<ion-range [disabled]='isScrolling' style="padding-top:0;padding-bottom:0px;padding-right:0px;" min="100" snaps="true" max="500"
step="10" (ngModelChange)="saveSettings()" [(ngModel)]="settings.graph_threshold_frequency_interval">
Expand Down

0 comments on commit 7694650

Please sign in to comment.