mirror of
https://github.com/gtalent/sc9k.git
synced 2025-06-07 21:24:53 -05:00
Fix main obsConnection init to increment proper update counter
This commit is contained in:
parent
b056a6a537
commit
f7a86c8ce6
@ -91,7 +91,7 @@ void MainWindow::openLpConnectionLost() {
|
||||
|
||||
void MainWindow::obsConnectionInit() {
|
||||
disconnect(&m_obsClient, &OBSClient::pollUpdate, this, &MainWindow::obsConnectionInit);
|
||||
++m_openLPUpdates;
|
||||
++m_obsUpdates;
|
||||
refreshStatusBar();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user