mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed bug when pasting ini config into paste window, resulting in blank record.
This commit is contained in:
parent
d5800f21ec
commit
a029d2dd51
6 changed files with 77 additions and 25 deletions
|
|
@ -1212,7 +1212,7 @@ namespace ServerManagerTool
|
|||
|
||||
if (!string.IsNullOrWhiteSpace(this.Settings.ServerMap))
|
||||
{
|
||||
if (!newList.Any(m => m.ValueMember.Equals(this.Settings.ServerMap, StringComparison.OrdinalIgnoreCase)))
|
||||
if (!newList.Any(m => m.ValueMember.Equals(this.Settings.ServerMap)))
|
||||
{
|
||||
newList.Add(new Common.Model.ComboBoxItem
|
||||
{
|
||||
|
|
@ -1240,7 +1240,7 @@ namespace ServerManagerTool
|
|||
|
||||
if (!string.IsNullOrWhiteSpace(this.Settings.BranchName))
|
||||
{
|
||||
if (!newList.Any(m => m.ValueMember.Equals(this.Settings.BranchName, StringComparison.OrdinalIgnoreCase)))
|
||||
if (!newList.Any(m => m.ValueMember.Equals(this.Settings.BranchName)))
|
||||
{
|
||||
newList.Add(new Common.Model.ComboBoxItem
|
||||
{
|
||||
|
|
@ -1283,7 +1283,7 @@ namespace ServerManagerTool
|
|||
|
||||
if (!string.IsNullOrWhiteSpace(this.Settings.ServerRegion))
|
||||
{
|
||||
if (!newList.Any(m => m.ValueMember.Equals(this.Settings.ServerRegion, StringComparison.OrdinalIgnoreCase)))
|
||||
if (!newList.Any(m => m.ValueMember.Equals(this.Settings.ServerRegion)))
|
||||
{
|
||||
newList.Add(new Common.Model.ComboBoxItem
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,13 +9,18 @@
|
|||
|
||||
<entry>
|
||||
<id>urn:uuid:189B95FA-8ACA-4E37-9A34-443B6C5E27EE</id>
|
||||
<title>1.1.61 (1.1.61.3)</title>
|
||||
<summary>1.1.61.3</summary>
|
||||
<title>1.1.61 (1.1.61.4)</title>
|
||||
<summary>1.1.61.4</summary>
|
||||
<link href="" />
|
||||
<updated>2022-01-14T00:00:00Z</updated>
|
||||
<updated>2022-01-20T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed bug when pasting ini config into paste window, resulting in blank record.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,30 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2022-01-14T00:00:00Z</updated>
|
||||
<updated>2022-01-20T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:1BA6E671-7784-48FF-B463-D0962084277B</id>
|
||||
<title>1.1.61 (1.1.61.4)</title>
|
||||
<summary>1.1.61.4</summary>
|
||||
<link href="" />
|
||||
<updated>2022-01-20T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed bug when pasting ini config into paste window, resulting in blank record.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:BF3FA549-5DC9-4576-B225-6D8519ED3B98</id>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue