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

fix: NoBrowser when server is running #2674

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

Conversation

nasearle
Copy link

@nasearle nasearle commented Jan 10, 2023

When the NoBrowser setting is true, a browser should not be opened even if the server is already running. The existing version doesn't open a browser the first time the server starts, but then does open one if the goOnline command is called again.

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other: <!-- Please describe: -->

What is the current behavior?

Issue Number: #2673

What is the new behavior?

A browser is never opened when the NoBrowser option is set to true.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

When the NoBrowser setting is true, a browser should not be opened
even if the server is already running. The existing version doesn't
open a browser the first time the server starts, but then does open a
one if the goOnline command is called again.
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