We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed6d81 commit 1e72cbbCopy full SHA for 1e72cbb
src/asio-input.cpp
@@ -452,7 +452,7 @@ class ASIOPlugin {
452
UNUSED_PARAMETER(data);
453
QMainWindow *main_window = (QMainWindow *)obs_frontend_get_main_window();
454
QMessageBox mybox(main_window);
455
- QString text = "v.2.0.2\r\n © 2020, license GPL v3\r\n"
+ QString text = "v.2.0.3\r\n © 2020, license GPL v3\r\n"
456
"Based on Juce library\r\n\r\n"
457
"Authors:\r\n"
458
"Andersama (main author) & pkv\r\n";
0 commit comments