-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
OBS Studio installed automatically with .json import #2819
Comments
I conducted a preliminary test and can confirm the presence of the issue. More specifically, during the import process, if Obsidian is imported from JSON, it appears to select both 'Obsidian' and 'OBS' simultaneously. Based on this observation, the root cause seems to reside within the matching logic of import functionality. I will investigate further and make a pull request. Additionally, when reporting issues of this nature, it would be highly beneficial if you could include the JSON file that was created and used for the import attempt. This would assist in diagnosing the problem more efficiently. |
Split the check boxes into array and in the if statement check for exact match to avoid collisions like obs being selected when only obsidian is provided due to partial match fix: ChrisTitusTech#2819
Forgot to sync my main to upstream🙃. Seems to be working fine on the latest main when compiled from source (fixed by #2789 ). The latest hosted version of the tool is not yet compiled from latest main (when getting with windev or otherwise). I suggest closing this as it seems to already be fixed in code, but not hosted as a release yet. |
I can confirm I was installing Obsidian using the tool. :) |
Whenever I choose to import a .json file, OBS Studio ends up getting ticked and I keep installing it by accident.
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: