Added the Profile ID to the top of the profile window.

This commit is contained in:
Brett Hewitson 2021-12-01 10:27:45 +10:00
parent 17cde18a1b
commit 36a203f106
9 changed files with 116 additions and 40 deletions

View file

@ -847,6 +847,8 @@
<!--#region Server Settings Control-->
<!--#region Server Settings - General -->
<sys:String x:Key="ServerSettings_ProfileIdLabel">Profile ID:</sys:String>
<sys:String x:Key="ServerSettings_ProfileIdTooltip">The unique ID assigned to the profile.</sys:String>
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in the game. For that, set the 'Server Name' field.</sys:String>
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>