mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-18 19:24:42 -04:00
UI: Add 24 NTSC as a common FPS value
This commit is contained in:
@@ -1192,7 +1192,7 @@ static inline void LoadFPSCommon(OBSBasic *main, Ui::OBSBasicSettings *ui)
|
||||
"FPSCommon");
|
||||
|
||||
int idx = ui->fpsCommon->findText(val);
|
||||
if (idx == -1) idx = 3;
|
||||
if (idx == -1) idx = 4;
|
||||
ui->fpsCommon->setCurrentIndex(idx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user