mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Update Grabber schema and Defaults
This commit is contained in:
@@ -127,7 +127,7 @@ void MFWrapper::handleSettingsUpdate(settings::type type, const QJsonDocument& c
|
||||
_grabber.setPixelDecimation(obj["sizeDecimation"].toInt(8));
|
||||
|
||||
// flip mode
|
||||
_grabber.setFlipMode(obj["flip"].toString("no-change"));
|
||||
_grabber.setFlipMode(obj["flip"].toString("NO_CHANGE"));
|
||||
|
||||
// image cropping
|
||||
_grabber.setCropping(
|
||||
|
Reference in New Issue
Block a user