Fixed FSR switch in gamescope settings

This commit is contained in:
Observer KRypt0n_ 2022-08-08 10:24:04 +02:00
parent 43b09f295d
commit 3bb1688e59
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -49,7 +49,7 @@ impl AppWidgets {
framerate_limit: get_object(&builder, "framerate_limit")?,
framerate_unfocused_limit: get_object(&builder, "framerate_unfocused_limit")?,
integer_scaling: get_object(&builder, "integer_scaling")?,
fsr: get_object(&builder, "nis")?,
fsr: get_object(&builder, "fsr")?,
nis: get_object(&builder, "nis")?,
borderless: get_object(&builder, "borderless")?,