Possible fix for QS crash on single monitor wake
This commit is contained in:
parent
aed728ec9c
commit
88447fbcef
7 changed files with 70 additions and 25 deletions
|
|
@ -134,7 +134,7 @@ ColumnLayout {
|
|||
|
||||
NToggle {
|
||||
label: "Show Battery Percentage"
|
||||
description: "Show battery percentage at all times (otherwise only when charging or low)."
|
||||
description: "Show battery percentage at all times."
|
||||
checked: Settings.data.bar.alwaysShowBatteryPercentage
|
||||
onToggled: checked => {
|
||||
Settings.data.bar.alwaysShowBatteryPercentage = checked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue