mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-30 02:01:44 +08:00
feat: 增强 VNC 功能的兼容性
This commit is contained in:
@@ -41,7 +41,6 @@ pub struct VncConfig {
|
||||
pub bind: String,
|
||||
pub port: u16,
|
||||
pub encoding: VncEncoding,
|
||||
pub jpeg_quality: u8,
|
||||
pub allow_one_client: bool,
|
||||
#[typeshare(skip)]
|
||||
pub password: Option<String>,
|
||||
@@ -54,7 +53,6 @@ impl Default for VncConfig {
|
||||
bind: "0.0.0.0".to_string(),
|
||||
port: 5900,
|
||||
encoding: VncEncoding::TightJpeg,
|
||||
jpeg_quality: 80,
|
||||
allow_one_client: true,
|
||||
password: None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user