Merge remote-tracking branch 'origin/master' into temperture

This commit is contained in:
LordGrey
2024-05-30 19:42:16 +02:00
25 changed files with 723 additions and 111 deletions

View File

@@ -594,6 +594,10 @@ QJsonArray JsonInfo::discoverScreenInputs(const QJsonObject& params) const
discoverGrabber<DirectXGrabber>(screenInputs, params);
#endif
#ifdef ENABLE_DDA
discoverGrabber<DDAGrabber>(screenInputs, params);
#endif
#ifdef ENABLE_X11
discoverGrabber<X11Grabber>(screenInputs, params);
#endif