aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.cs
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-08-27 16:58:32 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-08-27 16:58:32 -0400
commitd092383e4e04c505c94f31be84aaf935f700fc6b (patch)
treef1531017509a1c597da290a74fa6b930b0fc7706 /Project Ports/Desktop.cs
parent30361aadd406e8d33671aea223b3e0a119a1d503 (diff)
downloadProject-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.tar.gz
Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.tar.bz2
Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.zip
Allows user to change username and have it show up on the new app launcher
Diffstat (limited to 'Project Ports/Desktop.cs')
-rw-r--r--Project Ports/Desktop.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs
index 1d531c8..389b812 100644
--- a/Project Ports/Desktop.cs
+++ b/Project Ports/Desktop.cs
@@ -43,7 +43,7 @@ namespace Project_Ports
private void dclock_Tick(object sender, EventArgs e)
{
-
+ GeneralAPI.setNameOnAppLauncher(playerName);
this.ltime.Text = DateTime.Now.ToString("hh:mm tt");
}
@@ -53,8 +53,6 @@ namespace Project_Ports
dclock.Start();
desktopWatermark.Text = "Project: Ports " + Properties.Settings.Default.version + Environment.NewLine + "Working Progress";
appMenu.Hide();
- //TODO: Display player name in app menu
- //playerName.Text = PortEngine.Properties.Settings.
}