Merge pull request #1243 from bean-factory/profile-cycle

Add function to cycle power profiles in reverse order
This commit is contained in:
Lemmy
2026-01-03 22:21:57 -05:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
+4
View File
@@ -437,6 +437,10 @@ Item {
PowerProfileService.cycleProfile();
}
function cycleReverse() {
PowerProfileService.cycleProfileReverse();
}
function set(mode: string) {
switch (mode) {
case "performance":