Possible fix for QS crash on single monitor wake

This commit is contained in:
Ly-sec 2025-08-21 16:29:42 +02:00
parent aed728ec9c
commit 88447fbcef
7 changed files with 70 additions and 25 deletions

View file

@ -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