change syncing pause icon
This icon was using paused to indicate syncing was paused, while the transfers display uses the same icon as a way to *pause* a transfer.
This commit is contained in:
parent
9cf4701a8f
commit
52f8ec3dc7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
$else
|
||||
<a href="@{syncToggleLink actions}">
|
||||
$if notSyncing actions
|
||||
<i .icon-pause></i> syncing paused
|
||||
<i .icon-ban-circle></i> syncing disabled
|
||||
$else
|
||||
<i .icon-refresh></i> syncing enabled
|
||||
<td .draghide>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue