mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Partial fix for ticket #146:
- set default of the signature checkbox in ConnectFriendWizard to disabled - set the initial option for the download directory to network wide only - set the default of a new shared directory to network wide git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4578 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
44806b7581
commit
35a059c44c
3 changed files with 6 additions and 4 deletions
|
@ -717,7 +717,7 @@ bool ftServer::shareDownloadDirectory(bool share)
|
|||
/* Share */
|
||||
SharedDirInfo inf ;
|
||||
inf.filename = mFtController->getDownloadDirectory();
|
||||
inf.shareflags = RS_FILE_HINTS_NETWORK_WIDE | RS_FILE_HINTS_BROWSABLE ;
|
||||
inf.shareflags = RS_FILE_HINTS_NETWORK_WIDE ;
|
||||
|
||||
return addSharedDirectory(inf);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue