Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If another instance of the app is allready running, it just opens it #389

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

0xAozora
Copy link

Seriously, this is so annoying.
You forget sometimes if you close the app or minimized it to try. and I do not want to get notified when the instance is already running or not, show me the goddamn window of the instance instead

@@ -724,5 +734,10 @@ private void MainForm_KeyDown(object sender, KeyEventArgs e)
CopyLoginToken();
}
}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am not sure adding this

return;
}

// Parse command line arguments
var options = new Options();
Application.EnableVisualStyles();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant