Skip to content

Commit

Permalink
Merge pull request #151 from ansani/107-security-predefined-default-s…
Browse files Browse the repository at this point in the history
…hared-folder-cuserdownloads

Added - by default - the Shareaza folder in Downloads
  • Loading branch information
ansani committed Apr 30, 2024
2 parents a4fe277 + 035bbf7 commit 7c9d8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shareaza/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ void CSettings::Load()

if ( Downloads.CompletePath.IsEmpty() || ! CreateDirectory( Downloads.CompletePath ) )
{
Downloads.CompletePath = theApp.GetDownloadsFolder();
Downloads.CompletePath = theApp.GetDownloadsFolder() + _T("\\Shareaza");
CreateDirectory( Downloads.CompletePath );
}

Expand Down

0 comments on commit 7c9d8ff

Please sign in to comment.