video: send feedback when brightness changes
This commit is contained in:
parent
0ec3cdf608
commit
28cfa6a11f
4 changed files with 12 additions and 9 deletions
|
|
@ -1132,7 +1132,7 @@ impl ConfigProxyHandler {
|
|||
brightness: Option<f64>,
|
||||
) -> Result<(), CphError> {
|
||||
let connector = self.get_output_node(connector)?;
|
||||
connector.global.set_brightness(brightness);
|
||||
connector.set_brightness(brightness);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue