mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
1. Added confirmation message to stop option in the shutdown window.
2. Added back the option to redirect the steamcmd output to the progress window.
This commit is contained in:
parent
41933e9aa1
commit
2af1e772de
10 changed files with 96 additions and 31 deletions
|
|
@ -158,6 +158,10 @@ namespace ServerManagerTool
|
|||
if (ShutdownStarted)
|
||||
return;
|
||||
|
||||
var result = MessageBox.Show(_globalizer.GetResourceString("ServerSettings_StartServer_StartingLabel"), _globalizer.GetResourceString("ServerSettings_StartServer_StartingTitle"), MessageBoxButton.YesNo, MessageBoxImage.Warning);
|
||||
if (result == MessageBoxResult.No)
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
ShutdownType = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue