autoformatting
This commit is contained in:
parent
6c93b1b768
commit
b639c3632d
1 changed files with 4 additions and 3 deletions
|
|
@ -123,7 +123,8 @@ Singleton {
|
||||||
widget.showIcon = widget.showIcon !== undefined ? widget.showIcon : adapter.bar.showActiveWindowIcon
|
widget.showIcon = widget.showIcon !== undefined ? widget.showIcon : adapter.bar.showActiveWindowIcon
|
||||||
break
|
break
|
||||||
case "Battery":
|
case "Battery":
|
||||||
widget.alwaysShowPercentage = widget.alwaysShowPercentage!== undefined ? widget.alwaysShowPercentage : adapter.bar.alwaysShowBatteryPercentage
|
widget.alwaysShowPercentage = widget.alwaysShowPercentage
|
||||||
|
!== undefined ? widget.alwaysShowPercentage : adapter.bar.alwaysShowBatteryPercentage
|
||||||
break
|
break
|
||||||
case "Clock":
|
case "Clock":
|
||||||
widget.showDate = widget.showDate !== undefined ? widget.showDate : adapter.location.showDateWithClock
|
widget.showDate = widget.showDate !== undefined ? widget.showDate : adapter.location.showDateWithClock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue