gui: Add device sync status (fixes #7981) (#8401)

This commit is contained in:
Evan Spensley
2022-07-26 10:15:19 +02:00
committed by GitHub
parent 9f4d23cacf
commit c6a319d98b
2 changed files with 7 additions and 4 deletions
-4
View File
@@ -407,10 +407,6 @@ func (c *folderSummaryService) sendSummary(ctx context.Context, folder string) {
// We already know about ourselves.
continue
}
if _, ok := c.model.Connection(devCfg.DeviceID); !ok {
// We're not interested in disconnected devices.
continue
}
// Get completion percentage of this folder for the
// remote device.