mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 18:49:02 +05:30
refactor(power): remove unused performanceAvailable property
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user