Skip to content

Commit

Permalink
Request localization when panel is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Dec 28, 2023
1 parent 6063739 commit f2ec1e0
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 @@ -402,6 +402,7 @@ export default class BrightnessPanel extends PureComponent {

window.requestSettings()
window.requestMonitors()
window.ipc.send('request-localization')
window.reactReady = true
}

Expand Down

0 comments on commit f2ec1e0

Please sign in to comment.