Skip to content

Commit

Permalink
fix peak_refresh_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlov committed Mar 6, 2021
1 parent bb4cb2a commit bd0e632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func upfps(i string) {
TOUCHING = true
log("upfps:", i)
exec.Command("settings", "put", "system", "min_refresh_rate", FPS).Output()
exec.Command("settings", "put", "system", "peak_refresh_rate", FPS).Output()
}

func changeActivity(a string) {
Expand Down

0 comments on commit bd0e632

Please sign in to comment.