Skip to content

Commit

Permalink
Fix HDR sliders not showing if no DDC features are added
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Jan 5, 2025
1 parent 38f57ec commit 0cc6ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/BrightnessPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default class BrightnessPanel extends PureComponent {
if(window.settings?.hdrDisplays?.[monitor.key]) {
// Has HDR slider enabled
hasFeatures = true
useFeatures = true
showHDRSliders = true
}

Expand Down

0 comments on commit 0cc6ac1

Please sign in to comment.