mirror of
https://github.com/zadam/trilium.git
synced 2025-01-31 19:39:59 +08:00
fix "connected with changes" sync status icon
This commit is contained in:
parent
8d42ffca6d
commit
2d08eb7366
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const TPL = `
|
|||
data-placement="right"
|
||||
title="<p>Sync status will be known once the next sync attempt starts.</p><p>Click to trigger sync now.</p>">
|
||||
</span>
|
||||
<span class="sync-status-icon sync-status-connected-with-changes bx-wifi"
|
||||
<span class="sync-status-icon sync-status-connected-with-changes bx bx-wifi"
|
||||
data-toggle="tooltip"
|
||||
data-placement="right"
|
||||
title="<p>Connected to the sync server. <br>There are some outstanding changes yet to be synced.</p><p>Click to trigger sync.</p>">
|
||||
|
|
Loading…
Reference in a new issue