mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Fix disable sdk on debug mode
This commit is contained in:
parent
e0e02cfcde
commit
40cde43a68
@ -61,7 +61,8 @@ MacWindow::MacWindow(
|
||||
MacIntegration* macIntegration = new MacIntegration(this);
|
||||
macIntegration->SetBackgroundLevel(&m_window);
|
||||
|
||||
sdk()->start();
|
||||
if (!debugMode)
|
||||
sdk()->start();
|
||||
}
|
||||
|
||||
void MacWindow::setVisible(bool show)
|
||||
|
Loading…
Reference in New Issue
Block a user