mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
fixed pasting of FileTree links in download queue
This commit is contained in:
parent
6581fa0429
commit
fe516c6b7a
5 changed files with 21 additions and 17 deletions
|
@ -70,7 +70,7 @@ class RetroShareLink
|
|||
TYPE_PUBLIC_MSG = 0x0a,
|
||||
TYPE_POSTED = 0x0b,
|
||||
TYPE_IDENTITY = 0x0c,
|
||||
TYPE_COLLECTION = 0x0d
|
||||
TYPE_FILE_TREE = 0x0d
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue