Skip to content

Commit

Permalink
Fixed linked levels
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Sep 2, 2019
1 parent 328d0be commit d609ec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/BrightnessPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export default class BrightnessPanel extends PureComponent {
}
this.setState({
monitors
}, () => {
this.levelsChanged = true
if(this.state.updateInterval === 999) this.syncBrightness()
})
} else if(monitors.length > 0) {
// Update single monitor
Expand Down

0 comments on commit d609ec1

Please sign in to comment.