mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Server Monitor Changes
- fixed the display of the map name. - added the ports as a grid column. - language file update
This commit is contained in:
parent
09659d9ae2
commit
f51e92c5a2
17 changed files with 175 additions and 51 deletions
|
|
@ -1026,10 +1026,11 @@ namespace ServerManagerTool
|
|||
Settings.ValidateServerName();
|
||||
}
|
||||
|
||||
private void ServerPort_SourceUpdated(object sender, DataTransferEventArgs e)
|
||||
private void Ports_SourceUpdated(object sender, DataTransferEventArgs e)
|
||||
{
|
||||
// force the porperty to be updated.
|
||||
// force the property to be updated.
|
||||
Settings.ServerPort = Settings.ServerPort;
|
||||
Settings.UpdatePortsString();
|
||||
}
|
||||
|
||||
private void MapName_SourceUpdated(object sender, DataTransferEventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue