Skip to content

Commit

Permalink
update GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviaophia committed Mar 6, 2018
1 parent aafbb77 commit 49a191d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartTaskbar/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static class Program
[STAThread]
static void Main()
{
using (Mutex mutex = new Mutex(true, Application.ProductName, out bool createNew))
using (Mutex mutex = new Mutex(true, "f6b3a3e6-625c-4bd1-bcdc-b750b1a865ce", out bool createNew))
{
if (!createNew)
return;
Expand Down
Binary file modified TaskbarSwitcher/TaskbarSwitcher.cpp
Binary file not shown.
Binary file modified TaskbarSwitcherWin10/TaskbarSwitcherWin10.cpp
Binary file not shown.

0 comments on commit 49a191d

Please sign in to comment.