Add automatic streamer mode detection to macOS (#2376)

This commit is contained in:
fanway
2021-01-30 15:11:08 +03:00
committed by GitHub
parent 73e0653a7c
commit 127598db8a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ bool isInStreamerMode()
return false;
case StreamerModeSetting::DetectObs:
#ifdef Q_OS_LINUX
#if defined(Q_OS_LINUX) || defined(Q_OS_MACOS)
static bool cache = false;
static QDateTime time = QDateTime();