ssb: The sync button indicates if a one-shot sync is active.

This commit is contained in:
2025-01-12 11:54:30 -05:00
parent 8178213f1a
commit 053637cfb4
2 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ class TfElement extends LitElement {
style="position: static; top: 0; z-index: 10"
>
<button
class="w3-bar-item w3-button w3-circle w3-ripple"
class=${'w3-bar-item w3-button w3-circle w3-ripple' + (this.connections?.some(x => x.flags.one_shot) ? ' w3-spin' : '')}
@click=${this.refresh}
>