From 945943a8492493c08e6dfe1d7b8cd97765829035 Mon Sep 17 00:00:00 2001 From: bjoern Date: Sun, 7 Jun 2020 15:37:29 +0200 Subject: [PATCH] Update src/constants.rs Co-authored-by: Hocuri --- src/constants.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/constants.rs b/src/constants.rs index 9dcf9ab06..0e23e0ceb 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -229,9 +229,7 @@ pub const AVATAR_SIZE: u32 = 192; // max. width/height of images pub const BALANCED_IMAGE_SIZE: u32 = 1280; -pub const BALANCED_IMAGE_QUALITY: u32 = 85; pub const WORSE_IMAGE_SIZE: u32 = 640; -pub const WORSE_IMAGE_QUALITY: u32 = 75; // this value can be increased if the folder configuration is changed and must be redone on next program start pub const DC_FOLDERS_CONFIGURED_VERSION: i32 = 3;