We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening a camera or a layout in another window is not working anymore.
This started happening after app_links was added on #174.
app_links
Basically, it is not letting a new window be created if one is already found:
https://github.com/bluecherrydvr/unity/blob/main/windows/runner/win32_window.cpp#L128-L130
The text was updated successfully, but these errors were encountered:
This should be fixed as soon as llfbandit/app_links#85 gets addressed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Opening a camera or a layout in another window is not working anymore.
This started happening after
app_links
was added on #174.Basically, it is not letting a new window be created if one is already found:
https://github.com/bluecherrydvr/unity/blob/main/windows/runner/win32_window.cpp#L128-L130
The text was updated successfully, but these errors were encountered: