use dropdown for framerate selector, update variable name, add common
FPSes (144 & 165) to FPS dropdowns
This commit is contained in:
parent
97455a862e
commit
32e6828cc4
4 changed files with 40 additions and 30 deletions
|
|
@ -121,6 +121,14 @@ ColumnLayout {
|
|||
key: "120"
|
||||
name: "120 FPS"
|
||||
}
|
||||
ListElement {
|
||||
key: "144"
|
||||
name: "144 FPS"
|
||||
}
|
||||
ListElement {
|
||||
key: "165"
|
||||
name: "165 FPS"
|
||||
}
|
||||
ListElement {
|
||||
key: "240"
|
||||
name: "240 FPS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue