mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed the Cancel Shutdown button
This commit is contained in:
parent
3be5899ffd
commit
2fe5870b32
6 changed files with 62 additions and 6 deletions
|
|
@ -9,13 +9,18 @@
|
|||
|
||||
<entry>
|
||||
<id>urn:uuid:018EF426-73B9-4BF6-9602-77EE2CFD864C</id>
|
||||
<title>1.1.424 (1.1.424.2)</title>
|
||||
<summary>1.1.424.2</summary>
|
||||
<title>1.1.424 (1.1.424.3)</title>
|
||||
<summary>1.1.424.3</summary>
|
||||
<link href="" />
|
||||
<updated>2022-05-02T00: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>Server Shutdown window - when shutting down a server, the Cancel Shutdown button is now displayed.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,29 @@
|
|||
<link href="http://arkservermanager.freeforums.net/" />
|
||||
<updated>2022-05-02T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:730AEAAD-1804-432C-8ABB-C0B970D86B23</id>
|
||||
<title>1.1.424 (1.1.424.3)</title>
|
||||
<summary>1.1.424.3</summary>
|
||||
<link href="" />
|
||||
<updated>2022-05-02T00: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>Server Shutdown window - when shutting down a server, the Cancel Shutdown button is now displayed.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:9AC8F213-3411-475D-8E43-8AB67AF81BD8</id>
|
||||
<title>1.1.424 (1.1.424.2)</title>
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@
|
|||
<Style.Triggers>
|
||||
<MultiDataTrigger>
|
||||
<MultiDataTrigger.Conditions>
|
||||
<Condition Binding="{Binding Server.Runtime.Status}" Value="{x:Static en:ServerStatus.Running}" />
|
||||
<Condition Binding="{Binding Server.Runtime.Status}" Value="{x:Static en:ServerStatus.Stopping}" />
|
||||
<Condition Binding="{Binding ShutdownStarted}" Value="True" />
|
||||
</MultiDataTrigger.Conditions>
|
||||
<Setter Property="Visibility" Value="Visible"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue