diff options
Diffstat (limited to 'Project Ports/Desktop.cs')
| -rw-r--r-- | Project Ports/Desktop.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index 4d31204..e8f169c 100644 --- a/Project Ports/Desktop.cs +++ b/Project Ports/Desktop.cs @@ -44,13 +44,13 @@ namespace Project_Ports private void dclock_Tick(object sender, EventArgs e) { GeneralAPI.setNameOnAppLauncher(playerName); - this.ltime.Text = DateTime.Now.ToString("hh:mm tt"); + this.ltime.Text = DateTime.Now.ToString("hh:mm tt"); } private void Desktop_Load(object sender, EventArgs e) { -#if DEBUG + #if DEBUG btnTestWindow.Visible = true; btnhijack2.Visible = true; btnCrash.Visible = true; |
