Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
0.0.1-beta-updates #4
Browse files Browse the repository at this point in the history
Verison to 1.0.0
1. Added minimize button
2. Updated single instance code
3. corrected typos on send coin panel
  • Loading branch information
CryptoForge committed May 9, 2018
1 parent b8cef5b commit 07cab98
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 148 deletions.
Binary file modified SimpleWallet.v12.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion SimpleWallet/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace SimpleWallet
{
static class Program
{
private const string AppMutexName = "37A1DGRT-G58J-6t45-915E-DB85D5929426";
private const string AppMutexName = "37A1DGRT-G58J-6t45-915E-DB85D5929426-ZERO";
/// <summary>
/// The main entry point for the application.
/// </summary>
Expand All @@ -29,6 +29,7 @@ static void Main()
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new SplashScreen());
GC.KeepAlive(appMutex);
}
finally
{
Expand Down
Loading

0 comments on commit 07cab98

Please sign in to comment.