Restore rate limit delay setting

This commit is contained in:
Geomitron
2023-05-02 18:18:03 -05:00
parent cc3379d726
commit d3c11fde7e

View File

@@ -26,10 +26,19 @@
</div>
</div>
</div>
<div class="field">
<label>Google rate limit delay</label>
<div id="rateLimitInput" class="ui right labeled input">
<input type="number" [value]="settingsService.rateLimitDelay" (input)="changeRateLimit($event)">
<div class="ui basic label">
sec
</div>
</div>
</div>
<div *ngIf="settingsService.rateLimitDelay < 30" class="ui warning message">
<i class="exclamation circle icon"></i>
<b>Warning:</b> downloading files from Google with a delay less than about 30 seconds will eventually cause Google to
refuse download requests from this program for a few hours. This can be avoided by authenticating with any Google account.
refuse download requests from this program for a few hours. This limitation will be removed in a future update.
</div>
<h3 class="ui header">Theme</h3>