usable
This commit is contained in:
@@ -20,6 +20,8 @@ ColumnLayout {
|
||||
text: 'performance'
|
||||
onClicked: PowerProfiles.profile = PowerProfile.Performance
|
||||
visible: PowerProfiles.hasPerformanceProfile
|
||||
|
||||
background: Rectangle { color: PowerProfiles.profile == PowerProfile.Performance ? Pywal.colors.color13 : Pywal.colors.color4 }
|
||||
}
|
||||
Button {
|
||||
Layout.topMargin: 5
|
||||
@@ -29,6 +31,7 @@ ColumnLayout {
|
||||
|
||||
text: 'balanced'
|
||||
onClicked: PowerProfiles.profile = PowerProfile.Balanced
|
||||
background: Rectangle { color: PowerProfiles.profile == PowerProfile.Balanced ? Pywal.colors.color13 : Pywal.colors.color4 }
|
||||
}
|
||||
Button {
|
||||
Layout.topMargin: 5
|
||||
@@ -38,5 +41,6 @@ ColumnLayout {
|
||||
|
||||
text: 'power saver'
|
||||
onClicked: PowerProfiles.profile = PowerProfile.PowerSaver
|
||||
background: Rectangle { color: PowerProfiles.profile == PowerProfile.PowerSaver ? Pywal.colors.color13 : Pywal.colors.color4 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user