Skip to content

Commit

Permalink
Target the element specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
garrynewman committed Dec 12, 2020
1 parent 58c0d08 commit 0121e05
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions UI/Composer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ public Composer( MainWindow MainWindow )

private void PatchComposer( object sender, EventArgs eventargs )
{
var oldLine = "</Web>";
var newLine = @"</Web>
<system.net>
var oldLine = @" <system.net>
<connectionManagement>
<add address=""*"" maxconnection=""20"" />
</connectionManagement>
</system.net>";
var newLine = @" <system.net>
<connectionManagement>
<add address=""*"" maxconnection=""20"" />
</connectionManagement>
Expand Down

0 comments on commit 0121e05

Please sign in to comment.