We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43347ec commit 461397bCopy full SHA for 461397b
1 file changed
RepostConfirmationCanceler/Program.cs
@@ -15,7 +15,7 @@ This Source Code Form is subject to the terms of the Mozilla Public
15
16
class Program
17
{
18
- private static Mutex MyMutex { get; } = new Mutex(false, @"Global\RepostConfirmationCancelerMutex");
+ private static Mutex MyMutex { get; } = new Mutex(false, @"RepostConfirmationCancelerMutex");
19
20
[STAThread]
21
static void Main()
0 commit comments