summaryrefslogtreecommitdiff
path: root/doc/design/assistant/webapp.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r--doc/design/assistant/webapp.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index a5a970fd1..f3d959a33 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -8,6 +8,11 @@ The webapp is a web server that displays a shiny interface.
This is quite likely because of how the div containing transfers is refereshed.
If instead javascript was used to update the progress bar etc for transfers
with json data, the buttons would work better.
+* Disabling syncing to a remote doesn't stop any running transfer scan,
+ which can still queue uploads or downloads to the remote.
+* Transfers from a remote with syncing disabled show as from "unknown".
+ (Note that it's probably not practical to prevent a remote with syncing
+ disabled from initiating transfers, so this can happen.)
## interface