mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #755 from tr4wzified/url-copy-fix
Fix using spaces instead of %20 in the generated URL for file uploader
This commit is contained in:
commit
fb3064665f
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -58,6 +58,7 @@ namespace Wabbajack
|
||||
}
|
||||
finally
|
||||
{
|
||||
FinalUrl = FinalUrl.Replace(" ", "%20");
|
||||
_isUploading.OnNext(false);
|
||||
}
|
||||
}, IsUploading.StartWith(false).Select(u => !u)
|
||||
|
Loading…
Reference in New Issue
Block a user