Skip to content

Commit

Permalink
Add new framerates to menu too
Browse files Browse the repository at this point in the history
These really shouldn't be hard-coded...
  • Loading branch information
otsaloma committed Jul 8, 2020
1 parent 3698960 commit 76e0ef5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/ui/menubar.ui
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,26 @@
<attribute name="action">win.set-framerate</attribute>
<attribute name="target">FPS_29_970</attribute>
</item>
<item>
<attribute name="label" translatable="yes">30.000 fps</attribute>
<attribute name="action">win.set-framerate</attribute>
<attribute name="target">FPS_30_000</attribute>
</item>
<item>
<attribute name="label" translatable="yes">50.000 fps</attribute>
<attribute name="action">win.set-framerate</attribute>
<attribute name="target">FPS_50_000</attribute>
</item>
<item>
<attribute name="label" translatable="yes">59.940 fps</attribute>
<attribute name="action">win.set-framerate</attribute>
<attribute name="target">FPS_59_940</attribute>
</item>
<item>
<attribute name="label" translatable="yes">60.000 fps</attribute>
<attribute name="action">win.set-framerate</attribute>
<attribute name="target">FPS_60_000</attribute>
</item>
</section>
<section id="custom-framerates-placeholder">
</section>
Expand Down

0 comments on commit 76e0ef5

Please sign in to comment.