Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IndexError for Flatpak VKCapture extension
`getOBSVersionLine()` was finding: `<timestamp>: - com.obsproject.Studio.Plugin.OBSVkCapture` for users with this extension, therefore `getOBSVersionString()` ran into an IndexError on splitting the (invalid) `versionString`. Therefore filtering out any lines that start with the Flatpak identifier.
- Loading branch information