battery: Fix display brightness slider
This commit is contained in:
parent
3beda52c1c
commit
a0145bf106
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ impl cosmic::Application for CosmicBatteryApplet {
|
|||
];
|
||||
|
||||
if let Some(max_screen_brightness) = self.max_screen_brightness {
|
||||
if let Some(screen_brightness) = self.max_screen_brightness {
|
||||
if let Some(screen_brightness) = self.screen_brightness {
|
||||
content.push(
|
||||
padded_control(
|
||||
row![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue