You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request specific to a certain platform/environment? Please specify.
It doesn't seem to be, but I've only tried the Plasmoid.
Is your feature request related to a problem? Please describe.
I've just started using Syncthing, and it seems weird that the tray icon can't show me whether remote devices are disconnected, even when I can see they they're disconnected by opening up the panel.
I've been reading a bit of the code, and initially thought that the "Disconnected" status was meant to mean this, but on closer inspection it seems to just mean that the plasmoid is disconnected from Syncthing. The relevant code seems to be around here:
if (dev.status == SyncthingDevStatus::Synchronizing) {
Describe the solution you'd like
Add an option to make the main icon for the plasmoid change when all remotes are disconnected. This would be an extra checkbox under "Connection -> Overall status" like "All remotes are disconnected".
Describe alternatives you've considered
Clicking on the icon manually whenever I want to be sure that everything has been synced to my server.
Additional context
The text was updated successfully, but these errors were encountered:
This is something I have already on my mind for a long time but I've never come to implement it. Maybe it is time :-)
This should actually not be that difficult to implement considering the status computation is already configurable. Maybe it makes sense to come up with a distinct "badge icon" for this, though.
I've been reading a bit of the code, and initially thought that the "Disconnected" status was meant to mean this, but on closer inspection it seems to just mean that the plasmoid is disconnected from Syncthing. The relevant code seems to be around here:
* Add option to show a distinct status icon if no remote device is
connected, see #306
* Introduce new connection status and status computation flags to implement
this new option
* Replace unused SVG path with a new SVG path for an "X" emblem
Relevant components
syncthingctl
)libsyncthing
)Is your feature request specific to a certain platform/environment? Please specify.
It doesn't seem to be, but I've only tried the Plasmoid.
Is your feature request related to a problem? Please describe.
I've just started using Syncthing, and it seems weird that the tray icon can't show me whether remote devices are disconnected, even when I can see they they're disconnected by opening up the panel.
I've been reading a bit of the code, and initially thought that the "Disconnected" status was meant to mean this, but on closer inspection it seems to just mean that the plasmoid is disconnected from Syncthing. The relevant code seems to be around here:
syncthingtray/syncthingconnector/syncthingconnection.cpp
Line 1180 in bf4132a
Describe the solution you'd like
Add an option to make the main icon for the plasmoid change when all remotes are disconnected. This would be an extra checkbox under "Connection -> Overall status" like "All remotes are disconnected".
Describe alternatives you've considered
Clicking on the icon manually whenever I want to be sure that everything has been synced to my server.
Additional context
The text was updated successfully, but these errors were encountered: