Skip to content

Commit

Permalink
Increment browser panel version
Browse files Browse the repository at this point in the history
Because a function was added, increment browser panel version (because a
*ING plugin we all know and love will crash otherwise)
  • Loading branch information
Lain-B committed Aug 5, 2023
1 parent 291464d commit 7fe8b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/browser-panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ extern "C" EXPORT QCef *obs_browser_create_qcef(void)
return new QCefInternal();
}

#define BROWSER_PANEL_VERSION 2
#define BROWSER_PANEL_VERSION 3

extern "C" EXPORT int obs_browser_qcef_version_export(void)
{
Expand Down

0 comments on commit 7fe8b0b

Please sign in to comment.