[fix] fix frame rate and video quality settings not being applied correctly, fixes #24

This commit is contained in:
dijunkun
2025-11-11 01:11:33 +08:00
parent b78c9cf7d1
commit b1df10c0de
2 changed files with 17 additions and 2 deletions

View File

@@ -448,6 +448,7 @@ class Render {
bool enable_self_hosted_ = false;
int language_button_value_last_ = 0;
int video_quality_button_value_last_ = 0;
int video_frame_rate_button_value_last_ = 0;
int video_encode_format_button_value_last_ = 0;
bool enable_hardware_video_codec_last_ = false;
bool enable_turn_last_ = false;