From 269f6d0f4cbf556da4e4154143aa85fbf0448429 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Sat, 1 Sep 2018 01:27:41 -0400 Subject: hybrid config mode // removed feature --- PortEngine/GeneralAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PortEngine/GeneralAPI.cs') diff --git a/PortEngine/GeneralAPI.cs b/PortEngine/GeneralAPI.cs index c38ccbd..6ba9769 100644 --- a/PortEngine/GeneralAPI.cs +++ b/PortEngine/GeneralAPI.cs @@ -29,7 +29,7 @@ namespace PortEngine public class GeneralAPI { - public static void setNameOnAppLauncher(Label txtUserDestination) + public static void appendUsername(Label txtUserDestination) { txtUserDestination.Text = Properties.Settings.Default.userDisplayName; } -- cgit v1.2.3