mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
make blackboder component enable/disable at runtime (#228)
* make enable/disable of bborder work * fix typo * smoothing can be disabled via config again * fix smoothing
This commit is contained in:
@@ -62,7 +62,11 @@ namespace hyperion
|
||||
BlackBorder imageBorder;
|
||||
if (!enabled())
|
||||
{
|
||||
return false;
|
||||
imageBorder.horizontalSize = 0;
|
||||
imageBorder.verticalSize = 0;
|
||||
imageBorder.unknown=true;
|
||||
_currentBorder = imageBorder;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (_detectionMode == "default") {
|
||||
|
Reference in New Issue
Block a user