diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 21:34:12 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 21:34:12 -0400 |
| commit | 053352ceceff46e7bee664010c4a616282138420 (patch) | |
| tree | 9835b2813d5b19d88800bbf900d26f56a6476e7a /Project Ports/Desktop.cs | |
| parent | 07d7b02cfb525424081a7f45678f1018107e2f76 (diff) | |
| download | Project-Silicon-053352ceceff46e7bee664010c4a616282138420.tar.gz Project-Silicon-053352ceceff46e7bee664010c4a616282138420.tar.bz2 Project-Silicon-053352ceceff46e7bee664010c4a616282138420.zip | |
Menu changes
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; |
