mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
temporarily handle current device in device list
This commit is contained in:
parent
b7f3425f36
commit
3840d57f8d
@ -39,6 +39,11 @@ export class DeviceService {
|
||||
} else {
|
||||
// Set connected
|
||||
device.connected = this.sysConns.connections[device.deviceID].connected;
|
||||
|
||||
// TODO ? temporarily set to connected
|
||||
if (device.deviceID === this.thisDevice.deviceID) {
|
||||
device.connected = true;
|
||||
}
|
||||
}
|
||||
|
||||
this.dbCompletionService.getDeviceCompletion(device.deviceID).subscribe(
|
||||
|
Loading…
Reference in New Issue
Block a user