if fps is adjusted below 30, not set fps to 30 when changing image quality (#8468)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-06-25 17:25:50 +08:00
committed by GitHub
parent 245f08055f
commit 93133b9a6c
3 changed files with 12 additions and 9 deletions

View File

@@ -1203,6 +1203,7 @@ pub struct LoginConfigHandler {
pub save_ab_password_to_recent: bool, // true: connected with ab password
pub other_server: Option<(String, String, String)>,
pub custom_fps: Arc<Mutex<Option<usize>>>,
pub last_auto_fps: Option<usize>,
pub adapter_luid: Option<i64>,
pub mark_unsupported: Vec<CodecFormat>,
pub selected_windows_session_id: Option<u32>,