1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix disable sdk on debug mode

This commit is contained in:
Elias Steurer 2022-12-17 13:30:08 +01:00
parent e0e02cfcde
commit 40cde43a68

View File

@ -61,6 +61,7 @@ MacWindow::MacWindow(
MacIntegration* macIntegration = new MacIntegration(this);
macIntegration->SetBackgroundLevel(&m_window);
if (!debugMode)
sdk()->start();
}