refactor(power): remove unused performanceAvailable property

This commit is contained in:
tux
2026-08-24 15:51:16 +05:30
parent adfd353e85
commit d53f375fa7

View File

@@ -7,7 +7,6 @@ import Quickshell.Services.UPower as UPower
Singleton { Singleton {
id: root id: root
readonly property bool performanceAvailable: UPower.PowerProfiles.hasPerformanceProfile
readonly property string name: { readonly property string name: {
switch (UPower.PowerProfiles.profile) { switch (UPower.PowerProfiles.profile) {
case UPower.PowerProfile.Performance: case UPower.PowerProfile.Performance: