mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
revert(web): disable RDP6 bitmap codec temporarily
Issue: https://github.com/Devolutions/IronRDP/issues/249
This commit is contained in:
committed by
Benoît Cortier
parent
c2f57f5bcb
commit
28e2029790
@@ -476,7 +476,7 @@ fn build_config(
|
||||
},
|
||||
graphics: None,
|
||||
bitmap: Some(connector::BitmapConfig {
|
||||
color_depth: 32,
|
||||
color_depth: 16,
|
||||
lossy_compression: true,
|
||||
}),
|
||||
#[allow(clippy::arithmetic_side_effects)] // fine unless we end up with an insanely big version
|
||||
|
||||
Reference in New Issue
Block a user