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

feat: add autolaunch args #102

Merged
merged 2 commits into from
Nov 23, 2020
Merged

feat: add autolaunch args #102

merged 2 commits into from
Nov 23, 2020

Conversation

bitdisaster
Copy link
Collaborator

We should be able to set arguments for the launch on login feature. Now we can!

export interface Features {
autoUpdate: boolean;
autoLaunch: boolean;
autoLaunch: boolean | AutoLaunchOptions;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice, who doesn't love a good enum

@bitdisaster bitdisaster merged commit 08ca4e4 into master Nov 23, 2020
@bitdisaster bitdisaster deleted the allow-autlaunch-aguments branch November 23, 2020 21:34
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

2 participants